Merge branch 'docs-fix' into 'develop'

Fix for config.md

See merge request pleroma/pleroma!2182
This commit is contained in:
rinpatch 2020-02-07 10:10:34 +00:00
commit 1b51390e4c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ mix pleroma.config migrate_to_db
config :pleroma, configurable_from_database: false
```
To delete transfered settings from database optional flag `-d` can be used. <env> is `prod` by default.
To delete transfered settings from database optional flag `-d` can be used. `<env>` is `prod` by default.
```sh tab="OTP"
./bin/pleroma_ctl config migrate_from_db [--env=<env>] [-d]