12 lines
307 B
Bash
12 lines
307 B
Bash
# Bell production environment. Copy values into process environment or this file.
|
|
BELL_HOST=127.0.0.1
|
|
BELL_PORT=18090
|
|
BELL_WEB_HOST=127.0.0.1
|
|
BELL_WEB_PORT=18091
|
|
BELL_DATABASE_URL=
|
|
BELL_JWT_SECRET=
|
|
BELL_BOOTSTRAP_USERNAME=
|
|
BELL_BOOTSTRAP_PASSWORD=
|
|
BELL_AUTO_MIGRATE=true
|
|
BELL_SYNTHETIC_EVENTS_ENABLED=false
|