From 285f356e8c2b40f523aebb32be9d210f5f5efdda Mon Sep 17 00:00:00 2001 From: Mubelotix Date: Tue, 23 Jan 2024 11:59:30 +0100 Subject: [PATCH] Add documentation for some settings (#1382) * Add documentation for some settings --------- Co-authored-by: Andy Piper --- 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 eeb8dfb2..8e01b334 100644 --- a/content/en/admin/config.md +++ b/content/en/admin/config.md @@ -728,6 +728,8 @@ before Mastodon starts. #### `CAS_DISABLE_SSL_VERIFICATION` #### `CAS_UID_KEY` +The key to the username to use for the account. +The created account will be `@uid@domain.tld`. #### `CAS_NAME_KEY` @@ -742,6 +744,9 @@ before Mastodon starts. #### `CAS_LOCATION_KEY` #### `CAS_IMAGE_KEY` +The key to the image to use as account avatar. +The value in this key must be a URL to the image file. +It is important to use a supported file format (JPEG or PNG, not SVG). #### `CAS_PHONE_KEY`