diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-12-28 10:02:17 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-12-28 10:02:17 +0000 |
commit | 81ce04990ecc6121a513b9822bf8dfc8c855d667 (patch) | |
tree | 6352f066d25e416d850177a50bf30030d0ba4056 /docs/administration/CLI_tasks | |
parent | 47e00524f7c443d5313c1b05f05d61f50c3a1f7c (diff) | |
parent | 017e35fbf128d47c033275a70b76b72f24d7c754 (diff) | |
download | pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.tar.gz pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.zip |
Merge branch 'typo' into 'develop'
Fix some typos
See merge request pleroma/pleroma!4017
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/administration/CLI_tasks/config.md b/docs/administration/CLI_tasks/config.md index fc9f3cbd5..7c167ec5d 100644 --- a/docs/administration/CLI_tasks/config.md +++ b/docs/administration/CLI_tasks/config.md @@ -1,4 +1,4 @@ -# Transfering the config to/from the database +# Transferring the config to/from the database {! backend/administration/CLI_tasks/general_cli_task_info.include !} @@ -34,7 +34,7 @@ Options: -- `<path>` - where to save migrated config. E.g. `--path=/tmp`. If file saved into non standart folder, you must manually copy file into directory where Pleroma can read it. For OTP install path will be `PLEROMA_CONFIG_PATH` or `/etc/pleroma`. For installation from source - `config` directory in the pleroma folder. +- `<path>` - where to save migrated config. E.g. `--path=/tmp`. If file saved into non-standard folder, you must manually copy file into directory where Pleroma can read it. For OTP install path will be `PLEROMA_CONFIG_PATH` or `/etc/pleroma`. For installation from source - `config` directory in the pleroma folder. - `<env>` - environment, for which is migrated config. By default is `prod`. - To delete transferred settings from database optional flag `-d` can be used |