From 456c01dfff2ec9e88b9648ef86050a13840e1e11 Mon Sep 17 00:00:00 2001 From: Mubelotix Date: Sat, 6 Jan 2024 14:06:21 +0100 Subject: [PATCH] Add documentation for some settings --- content/en/admin/config.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/admin/config.md b/content/en/admin/config.md index 9fde8c04..0b8c56d4 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -662,6 +662,8 @@ before Mastodon starts. #### `CAS_DISABLE_SSL_VERIFICATION` #### `CAS_UID_KEY` +This key to the username to use for the account. +The created account will be `@uid@domain.tld`. #### `CAS_NAME_KEY` @@ -676,6 +678,9 @@ before Mastodon starts. #### `CAS_LOCATION_KEY` #### `CAS_IMAGE_KEY` +The key to the image to use as account avatar. +The value at this key must be an URL to the image file. +It is important to use a supported file format (like PNG but not SVG). #### `CAS_PHONE_KEY`