2018-09-03 21:45:17 +02:00
|
|
|
BASE_URL=yourdomain.com
|
2018-09-13 17:18:25 +02:00
|
|
|
# generate one with openssl rand -base64 32
|
2018-09-03 21:45:17 +02:00
|
|
|
ROCKET_SECRET_KEY=randomstringhere
|
|
|
|
|
|
|
|
# you can safely leave those defaults
|
|
|
|
DATABASE_URL=postgres://plume:plume@postgres:5432/plume
|
2018-10-12 21:38:54 +02:00
|
|
|
MIGRATION_DIR=migrations/postgres
|
2018-09-03 21:45:17 +02:00
|
|
|
USE_HTTPS=1
|
|
|
|
ROCKET_ADDRESS=0.0.0.0
|
|
|
|
ROCKET_PORT=7878
|