fix(backend): fixed cors error on build dev environment

This commit is contained in:
Bernhard Müller 2026-07-28 12:17:52 +02:00
parent 2c3c80f379
commit abadc60ef0

View file

@ -12,7 +12,7 @@ spring:
jwt:
secret: dev-only-secret-do-not-use-in-production-2025
app:
cors-origins: http://localhost:4200,https://preview.coolify.mueller-dev.com
cors-origins: http://localhost:4200,https://eeg.mueller-dev.com,https://*.eeg.mueller-dev.com
eda:
simulation:
consent-delay-ms: 3000