Skip to content

Commit

Permalink
Allow overriding CORS using ENV variable
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Aug 2, 2023
1 parent 3c8b617 commit da282fc
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 da282fc

Please sign in to comment.