Skip to content

Commit

Permalink
Merge pull request #18 from decentraland/feat/deploy
Browse files Browse the repository at this point in the history
feat: update CORS default
  • Loading branch information
juanmahidalgo authored Nov 26, 2024
2 parents 48b9c5f + db5b449 commit d0b96cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CORS_ORIGIN=^http:\/\/localhost:[0-9]{1,10}$
CORS_METHODS=*
CORS_METHODS="['GET', 'PUT', 'OPTIONS']"

HTTP_SERVER_PORT=5001
HTTP_SERVER_HOST=0.0.0.0
Expand Down

0 comments on commit d0b96cc

Please sign in to comment.