Skip to content

Commit

Permalink
[kbss-cvut/fta-fmea#165] Update allowedOrigins property key in docker…
Browse files Browse the repository at this point in the history
…-compose (part 2)
  • Loading branch information
blcham committed Nov 7, 2024
1 parent d3c9d2d commit 7f9fc64
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 7f9fc64

Please sign in to comment.