diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-07 10:48:10 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-07 10:48:10 +0300 |
commit | 01da001da15e102eff5c38277d9d4c865e8b3fab (patch) | |
tree | 8ad5d12b050252e112bb08c12644c2607fc65bc1 /docs/administration | |
parent | 5b1ef335de468eb4b42627c859477774886698f6 (diff) | |
download | pleroma-01da001da15e102eff5c38277d9d4c865e8b3fab.tar.gz pleroma-01da001da15e102eff5c38277d9d4c865e8b3fab.zip |
fix
Diffstat (limited to 'docs/administration')
-rw-r--r-- | docs/administration/CLI_tasks/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/administration/CLI_tasks/config.md b/docs/administration/CLI_tasks/config.md index 873775962..cc32bf859 100644 --- a/docs/administration/CLI_tasks/config.md +++ b/docs/administration/CLI_tasks/config.md @@ -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] |