Skip to content

Commit

Permalink
Merge pull request #237 from kbss-cvut/unify-configuration-related-to…
Browse files Browse the repository at this point in the history
…-cors

Update allowedOrigins property key in docker-compose.yml
  • Loading branch information
blcham authored Nov 7, 2024
2 parents 12c20da + 7f9fc64 commit 272f43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/internal-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

# Provide access to record-manager-ui that runs locally in dev mode
x-access-for-local-development: &local-dev-env
cors.allowedOrigins: "http://localhost:4173,http://localhost:5173"
security.cors.allowedOrigins: "http://localhost:4173,http://localhost:5173"

# Provide logging to Java application (e.g. record-manager)
x-logging-java-application: &logging-java
Expand Down
2 changes: 1 addition & 1 deletion deploy/keycloak-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

# Provide access to record-manager-ui that runs locally in dev mode
x-access-for-local-development: &local-dev-env
cors.allowedOrigins: "http://localhost:4173,http://localhost:5173"
security.cors.allowedOrigins: "http://localhost:4173,http://localhost:5173"

# Provide logging to Java application (e.g. record-manager-server)
x-logging-java-application: &logging-java
Expand Down

0 comments on commit 272f43d

Please sign in to comment.