Skip to content

Commit

Permalink
Merge pull request #191 from grails/cors
Browse files Browse the repository at this point in the history
Allow overriding CORS using ENV variable
  • Loading branch information
puneetbehl authored Aug 2, 2023
2 parents 820b171 + da282fc commit 60d36ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-forge-web-netty/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ micronaut:
web:
allowed-origins:
- https://grails.github.io
- https://start.grails.org
- ${CORS_ALLOWED_ORIGIN:https://start.grails.org}
allowedMethods:
- GET
http:
Expand Down

0 comments on commit 60d36ae

Please sign in to comment.