mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
define cors also for development (#302)
This commit is contained in:
parent
5a2d1ea856
commit
fb78619fa9
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user