mirror of
https://github.com/evroon/bracket.git
synced 2025-12-30 09:38:26 -05:00
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).
6 lines
235 B
Bash
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'
|