remove previous bug workaround to set django debug env, #159

This commit is contained in:
simon 2022-01-27 14:49:22 +07:00
parent b2f69d1433
commit b93a6f689b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 5 deletions

View File

@ -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