File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ export DATA_RENTGEN__AUTH__ACCESS_TOKEN__SECRET_KEY=secret
3131
3232# Cors
3333export DATA_RENTGEN__SERVER__CORS__ENABLED = True
34- export DATA_RENTGEN__SERVER__CORS__ALLOW_ORIGINS = ["http://localhost:3000"]
34+ export ' DATA_RENTGEN__SERVER__CORS__ALLOW_ORIGINS=["http://localhost:3000"]'
3535export DATA_RENTGEN__SERVER__CORS__ALLOW_CREDENTIALS = true
36- export DATA_RENTGEN__SERVER__CORS__ALLOW_METHODS = ["*"]
37- export DATA_RENTGEN__SERVER__CORS__ALLOW_HEADERS = ["*"]
36+ export ' DATA_RENTGEN__SERVER__CORS__ALLOW_METHODS=["*"]'
37+ export ' DATA_RENTGEN__SERVER__CORS__ALLOW_HEADERS=["*"]'
3838export 'DATA_RENTGEN__SERVER__CORS__EXPOSE_HEADERS=["X-Request-ID", "Location", "Access-Control-Allow-Credentials"]'
3939
You can’t perform that action at this time.
0 commit comments