Update 99-run.sh

This commit is contained in:
Alexandre
2022-08-27 22:33:53 +02:00
committed by GitHub
parent 185b89e301
commit 72e133a253

View File

@@ -7,7 +7,7 @@
#####################
export ALLOWED_HOSTS=$(bashio::config 'ALLOWED_HOSTS') && bashio::log.blue "ALLOWED_HOSTS=$ALLOWED_HOSTS"
export CSRF_TRUSTED_ORIGINS=$(bashio::config 'ALLOWED_HOSTS')
#export CSRF_TRUSTED_ORIGINS=$(bashio::config 'ALLOWED_HOSTS')
export SECRET_KEY=$(bashio::config 'SECRET_KEY') && bashio::log.blue "SECRET_KEY=$SECRET_KEY"
#################