define cors also for development (#302)

This commit is contained in:
Ulf Gebhardt 2025-08-13 23:25:40 +01:00 committed by GitHub
parent 5a2d1ea856
commit fb78619fa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ services:
SECRET: 'SECRET'
CORS_ENABLED: 'true'
CORS_ORIGIN: 'http://localhost:8080'
CORS_ORIGIN: 'array:http://localhost:8080,http://localhost:5174'
DB_CLIENT: 'pg'
DB_HOST: 'database'