Skip to content
Snippets Groups Projects
Verified Commit 55e99d06 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Allow to use ENV variables

parent 0e336bcb
No related branches found
No related tags found
1 merge request!538Allow to use ENV variables
Pipeline #6470 passed
#!/bin/bash
RUN_MODE=${RUN_MODE:-uwsgi}
HTTP_PORT=${HTTP_PORT:-8000}
RUN_MODE=uwsgi
if [[ -z $ALEKSIS_secret_key ]]; then
if [[ ! -e /var/lib/aleksis/secret_key ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment