diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7c121d0..fb57a4b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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 @@ -87,4 +87,4 @@ management: include: - health - beans - - prometheus \ No newline at end of file + - prometheus