Skip to content

Commit

Permalink
Merge pull request #654 from kbss-cvut/fix/fta-fmea-165-unify-configu…
Browse files Browse the repository at this point in the history
…ration

Update allowedOrigins property key in docker-compose.yml
  • Loading branch information
blcham authored Nov 7, 2024
2 parents 2d30416 + 6077e7a commit b13b6c9
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 fta-fmea-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. fta-fmea-server)
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 fta-fmea-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. fta-fmea-server)
x-logging-java-application: &logging-java
Expand Down

0 comments on commit b13b6c9

Please sign in to comment.