fix: CORS_ALLOWED_ORIGINS not being https

This commit is contained in:
naterfute
2025-04-08 10:36:25 -07:00
parent d6015f77f0
commit 7e1a136c34

View File

@@ -40,7 +40,7 @@ env = [
"DEBUG=0",
"SENTRY_DSN=",
"SENTRY_ENVIRONMENT=production",
"CORS_ALLOWED_ORIGINS=${Domain}",
"CORS_ALLOWED_ORIGINS=https://${Domain}",
"GUNICORN_WORKERS=1",
"USE_MINIO=1",
"DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@plane-db/plane",