Update 99-run.sh

This commit is contained in:
Alexandre
2024-03-06 14:29:29 +01:00
committed by GitHub
parent 5a2135cae3
commit 73879aadd1

View File

@@ -52,10 +52,6 @@ for file in /config/hypercorn.toml $(find /usr -name hypercorn.toml.default); do
fi fi
done done
# Export CSRF
export CSRF_TRUSTED_ORIGINS="http://localhost,http://192.168.178.23"
export ALLOWED_HOSTS="*"
############## ##############
# LAUNCH APP # # LAUNCH APP #
############## ##############