mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: CORS_ALLOWED_ORIGINS not being https
This commit is contained in:
parent
d6015f77f0
commit
7e1a136c34
@ -40,7 +40,7 @@ env = [
|
|||||||
"DEBUG=0",
|
"DEBUG=0",
|
||||||
"SENTRY_DSN=",
|
"SENTRY_DSN=",
|
||||||
"SENTRY_ENVIRONMENT=production",
|
"SENTRY_ENVIRONMENT=production",
|
||||||
"CORS_ALLOWED_ORIGINS=${Domain}",
|
"CORS_ALLOWED_ORIGINS=https://${Domain}",
|
||||||
"GUNICORN_WORKERS=1",
|
"GUNICORN_WORKERS=1",
|
||||||
"USE_MINIO=1",
|
"USE_MINIO=1",
|
||||||
"DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@plane-db/plane",
|
"DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@plane-db/plane",
|
||||||
|
Loading…
Reference in New Issue
Block a user