[docs] Add ICESHRIMP_SECRETS to installation docs

This commit is contained in:
Laura Hausmann 2023-11-25 03:09:49 +01:00
parent 026538f8a1
commit 6849a10a6a
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -127,6 +127,7 @@ If this is your first run, after Iceshrimp has started successfully, you'll be a
### Environment variables
- `ICESHRIMP_CONFIG` (default: `.config/default.yml`) to change where the the config file is located
- `ICESHRIMP_SECRETS` (default: unset) if you want to keep your secrets in a separate config file
- `ICESHRIMP_MEDIA_DIR` (default: `files`) to change where internally stored files are located
- `ICESHRIMP_CUSTOM_DIR` (default: `custom`) to change where custom assets and locales are located (caution: assets are copied at build time or when running `yarn gulp`, not during startup!)