fix(backend): fixed cors error on build dev environment
This commit is contained in:
parent
2c3c80f379
commit
abadc60ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue