2018-09-03 19:45:17 +00:00
|
|
|
BASE_URL=yourdomain.com
|
2018-09-13 15:18:25 +00:00
|
|
|
# generate one with openssl rand -base64 32
|
2018-09-03 19:45:17 +00:00
|
|
|
ROCKET_SECRET_KEY=randomstringhere
|
|
|
|
|
|
|
|
# you can safely leave those defaults
|
|
|
|
POSTGRES_USER=plume
|
|
|
|
POSTGRES_PASSWORD=plume
|
|
|
|
DB_URL=postgres://plume:plume@postgres:5432/plume
|
|
|
|
DATABASE_URL=postgres://plume:plume@postgres:5432/plume
|
|
|
|
USE_HTTPS=1
|
|
|
|
ROCKET_ADDRESS=0.0.0.0
|
|
|
|
ROCKET_PORT=7878
|