diff --git a/blueprints/plane/template.toml b/blueprints/plane/template.toml index 9e67f39a..a12f4564 100644 --- a/blueprints/plane/template.toml +++ b/blueprints/plane/template.toml @@ -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",