Update 99-run.sh

This commit is contained in:
Alexandre
2022-01-14 14:49:29 +01:00
committed by GitHub
parent 528698cdf9
commit 93122d21f0

View File

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