fix(backend): fixed cors error on build dev environment
This commit is contained in:
parent
f4b203cec5
commit
cbfde17217
@ -12,7 +12,7 @@ spring:
|
|||||||
jwt:
|
jwt:
|
||||||
secret: dev-only-secret-do-not-use-in-production-2025
|
secret: dev-only-secret-do-not-use-in-production-2025
|
||||||
app:
|
app:
|
||||||
cors-origins: http://localhost:4200
|
cors-origins: http://localhost:4200,https://preview.coolify.mueller-dev.com
|
||||||
eda:
|
eda:
|
||||||
simulation:
|
simulation:
|
||||||
consent-delay-ms: 3000
|
consent-delay-ms: 3000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user