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

pull/168/head
simon 2 years ago
parent b2f69d1433
commit b93a6f689b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

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

Loading…
Cancel
Save