7 lines
248 B
Bash
7 lines
248 B
Bash
# Copy values into the process environment. Do not commit real credentials.
|
|
BELL_ENV=development
|
|
BELL_HTTP_ADDRESS=127.0.0.1:8082
|
|
BELL_DATABASE_URL=postgres://bell_app:replace-at-deploy@127.0.0.1:5432/bell?sslmode=disable
|
|
BELL_SHUTDOWN_SECONDS=10
|
|
|