Merge branch 'master' of github.com:Plume-org/docs

This commit is contained in:
Baptiste Gelez 2019-02-13 20:32:23 +01:00
commit 42f01731b2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ ROCKET_SECRET_KEY=randomstringhere
# you can safely leave those defaults # you can safely leave those defaults
DATABASE_URL=postgres://plume:plume@postgres:5432/plume DATABASE_URL=postgres://plume:plume@postgres:5432/plume
MIGRATION_DIR=migrations/postgres MIGRATION_DIRECTORY=migrations/postgres
USE_HTTPS=1 USE_HTTPS=1
ROCKET_ADDRESS=0.0.0.0 ROCKET_ADDRESS=0.0.0.0
ROCKET_PORT=7878 ROCKET_PORT=7878

View file

@ -60,7 +60,7 @@ plm search init
``` ```
For more information about these commands, and the arguments you can give them, For more information about these commands, and the arguments you can give them,
check out [their documentaion](/CLI). check out [their documentation](/CLI).
Now that Plume is configured, if you are in a production environment you probably Now that Plume is configured, if you are in a production environment you probably
want to configure your init system to make it easier to manage. want to configure your init system to make it easier to manage.