Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TiGrib committed Dec 25, 2024
1 parent d33c327 commit 498a98b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export DATA_RENTGEN__AUTH__ACCESS_TOKEN__SECRET_KEY=secret

# Cors
export DATA_RENTGEN__SERVER__CORS__ENABLED=True
export DATA_RENTGEN__SERVER__CORS__ALLOW_ORIGINS=["http://localhost:3000"]
export 'DATA_RENTGEN__SERVER__CORS__ALLOW_ORIGINS=["http://localhost:3000"]'
export DATA_RENTGEN__SERVER__CORS__ALLOW_CREDENTIALS=true
export DATA_RENTGEN__SERVER__CORS__ALLOW_METHODS=["*"]
export DATA_RENTGEN__SERVER__CORS__ALLOW_HEADERS=["*"]
export 'DATA_RENTGEN__SERVER__CORS__ALLOW_METHODS=["*"]'
export 'DATA_RENTGEN__SERVER__CORS__ALLOW_HEADERS=["*"]'
export 'DATA_RENTGEN__SERVER__CORS__EXPOSE_HEADERS=["X-Request-ID", "Location", "Access-Control-Allow-Credentials"]'

0 comments on commit 498a98b

Please sign in to comment.