We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6109c commit dee0ccfCopy full SHA for dee0ccf
config.docker.yml
@@ -42,12 +42,11 @@ server:
42
43
cors:
44
enabled: true
45
-
46
- allow_origins: [http://localhost:3000]
47
- allow_credentials: true
48
- allow_methods: ['*']
49
- allow_headers: ['*']
50
- expose_headers: [X-Request-ID, Location, Access-Control-Allow-Credentials]
+ allow_origins: [http://localhost:3000]
+ allow_credentials: true
+ allow_methods: ['*']
+ allow_headers: ['*']
+ expose_headers: [X-Request-ID, Location, Access-Control-Allow-Credentials]
51
52
53
scheduler:
0 commit comments