mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
remove previous bug workaround to set django debug env, #159
This commit is contained in:
parent
b2f69d1433
commit
b93a6f689b
@ -1,11 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# startup script inside the container for tubearchivist
|
# startup script inside the container for tubearchivist
|
||||||
|
|
||||||
# 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