Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dancier/dancer
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 17, 2023
2 parents 0bc75c8 + d2bd10e commit 68005fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ app:
secure: true # otherwise overwrite it via env-var (APP_COOKIE_SECURE)
sameSite: Strict # other values needs to be overwritten by env vars could be: [Strict|Lax|None]
cors:
allowedOrigins: http://localhost:4200,http://localho.st:4200 # Comma separated list of allowed origins
allowedOrigins: http://localhost:4200 # Comma separated list of allowed origins
# differentiate between success and failure
mail:
host: mail.your-server.de
Expand Down Expand Up @@ -87,4 +87,4 @@ management:
include:
- health
- beans
- prometheus
- prometheus

0 comments on commit 68005fe

Please sign in to comment.