Add documentation for some settings (#1382)

* Add documentation for some settings

---------

Co-authored-by: Andy Piper <andypiper@users.noreply.github.com>
This commit is contained in:
Mubelotix 2024-01-23 11:59:30 +01:00 committed by GitHub
parent 5ef587184d
commit 285f356e8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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`