diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-08-08 06:49:19 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-10-15 22:31:52 +0300 |
commit | 2030ffd4904b6ab5e99cefa62887154a49aaf4db (patch) | |
tree | a9167edcdd5c956490fa0886901427c5423540c6 /docs | |
parent | cf53e300f8e850aeacb88e6e6b4d465378acc199 (diff) | |
download | pleroma-2030ffd4904b6ab5e99cefa62887154a49aaf4db.tar.gz pleroma-2030ffd4904b6ab5e99cefa62887154a49aaf4db.zip |
fix test
Diffstat (limited to 'docs')
-rw-r--r-- | docs/administration/CLI_tasks/instance.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/instance.md b/docs/administration/CLI_tasks/instance.md index d922b44df..982b22bf3 100644 --- a/docs/administration/CLI_tasks/instance.md +++ b/docs/administration/CLI_tasks/instance.md @@ -41,3 +41,4 @@ If any of the options are left unspecified, you will be prompted interactively. - `--anonymize-uploads <Y|N>` - randomize uploaded filenames - `--dedupe-uploads <Y|N>` - store files based on their hash to reduce data storage requirements if duplicates are uploaded with different filenames - `--skip-release-env` - skip generation the release environment file +- `--release-env-file` - release environment file path |