fix(cors): allow origins from environment variable

This commit is contained in:
2025-09-19 17:09:09 +02:00
parent 8fa2845220
commit bcb97312cd
6 changed files with 75 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ info:
app:
encryption:
secret: ${APP_ENCRYPTION_SECRET}
cors:
allowed-origins: ${APP_ALLOWED_ORIGINS:http://localhost:8080}
server:
port: 8080