Skip to content

Commit dee0ccf

Browse files
committed
Fix config.docker.yml
1 parent 5c6109c commit dee0ccf

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

config.docker.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,11 @@ server:
4242

4343
cors:
4444
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]
45+
allow_origins: [http://localhost:3000]
46+
allow_credentials: true
47+
allow_methods: ['*']
48+
allow_headers: ['*']
49+
expose_headers: [X-Request-ID, Location, Access-Control-Allow-Credentials]
5150

5251

5352
scheduler:

0 commit comments

Comments
 (0)