From 6849a10a6ad36361b99b55eaaf4b04dd90800860 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 25 Nov 2023 03:09:49 +0100 Subject: [PATCH] [docs] Add ICESHRIMP_SECRETS to installation docs --- docs/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.md b/docs/install.md index 0b05e6264..e89a3ced0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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!)