mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 20:29:36 +00:00
remove previous bug workaround to set django debug env, #159
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
#!/bin/bash
|
||||
# startup script inside the container for tubearchivist
|
||||
|
||||
# check environment
|
||||
# if [[ -z "$DJANGO_DEBUG" ]]; then
|
||||
# export DJANGO_DEBUG=False
|
||||
# fi
|
||||
|
||||
if [[ -z "$ELASTIC_USER" ]]; then
|
||||
export ELASTIC_USER=elastic
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user