mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
hotfix: explicitly set DJANGO_DEBUG env, #111
This commit is contained in:
parent
8678cdcadb
commit
f36ae6c4b9
4
run.sh
4
run.sh
@ -2,6 +2,10 @@
|
|||||||
# startup script inside the container for tubearchivist
|
# startup script inside the container for tubearchivist
|
||||||
|
|
||||||
# check environment
|
# check environment
|
||||||
|
if [[ -z "$DJANGO_DEBUG" ]]; then
|
||||||
|
export DJANGO_DEBUG=False
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ -z "$ELASTIC_USER" ]]; then
|
if [[ -z "$ELASTIC_USER" ]]; then
|
||||||
export ELASTIC_USER=elastic
|
export ELASTIC_USER=elastic
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user