Add CORS_ALLOW_ALL for dev sites

This commit is contained in:
2023-10-17 22:29:23 +01:00
parent 9077d0aa86
commit 650d531ed1
4 changed files with 12 additions and 2 deletions
+5 -1
View File
@@ -58,6 +58,10 @@ SECRET_DB_PASSWORD_VERSION=v1
#SECRET_AUTHENTIK_ID_VERSION=v1
#LOGIN_TYPE='auto'
# Allow remote connections to db
# 🚩🚩 dangerous, use only for development sites!
# Allow remote connections to db
#COMPOSE_FILE="$COMPOSE_FILE:compose.public-db.yml
# Wide-open CORS
#CORS_ALLOW_ALL=1