Files
bracket/backend/ci.env
Erik Vroon 1736e33d0a Make cors middleware disabled by default (#400)
In development, CORS isn't really useful to enable.
I added a warning in production if the `CORS_ORIGINS` env var is set to
`*` (the default).
2023-12-20 18:47:21 +01:00

6 lines
235 B
Bash

PG_DSN='postgresql://bracket_ci:bracket_ci@localhost:5532/bracket_ci'
JWT_SECRET='abd84ebeb6581c26b53fa30d89c4e7fbc48ee5b4f3b8ddedb7586cfeb3daca0c'
CORS_ORIGINS='*'
ADMIN_EMAIL='admin@example.com'
ADMIN_PASSWORD='some unused password'