9cc795d8be
This way it is shared with diesel, which simplifies a lot the setup Also fixes a few issues in the documentation, that are not directly related
11 lines
273 B
Bash
11 lines
273 B
Bash
BASE_URL=yourdomain.com
|
|
# generate one with openssl rand -base64 32
|
|
ROCKET_SECRET_KEY=randomstringhere
|
|
|
|
# you can safely leave those defaults
|
|
DATABASE_URL=postgres://plume:plume@postgres:5432/plume
|
|
MIGRATION_DIR=postgres
|
|
USE_HTTPS=1
|
|
ROCKET_ADDRESS=0.0.0.0
|
|
ROCKET_PORT=7878
|