We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c0328 commit a4e6bc4Copy full SHA for a4e6bc4
gateway/src/main/resources/application.yml
@@ -58,11 +58,11 @@ spring:
58
#content-security-policy: script-src 'self' 'unsafe-eval'; object-src 'self';
59
# Uncomment the following to allow cross-origin requests from any methods coming from anywhere.
60
# See https://docs.spring.io/spring-cloud-gateway/reference/spring-cloud-gateway/cors-configuration.html for more info.
61
- globalcors:
62
- cors-configurations:
63
- '[/**]':
64
- allowedOrigins: "*"
65
- allowedHeaders: "*"
+ #globalcors:
+ # cors-configurations:
+ # '[/**]':
+ # allowedOrigins: "*"
+ # allowedHeaders: "*"
66
#routes: ought to be loaded from gateway.yaml, preferrably from georchestra's datadir
67
68
georchestra:
0 commit comments