mirror of
https://git.phreedom.club/localhost_frssoft/fediauth.git
synced 2024-11-17 13:42:38 +00:00
14 lines
518 B
Plaintext
14 lines
518 B
Plaintext
# Instance domain for service account (code sender)
|
|
# example.com
|
|
# Must be mastodon API compatible
|
|
fediauth.instance (Instance domain) string
|
|
|
|
fediauth.api_token (Token for account) string
|
|
|
|
# If no fediverse account - no access to server
|
|
fediauth.fedi_required (Require Fediverse account for each user) bool false
|
|
|
|
# Useful if remote instance blocked on service account server or any other reasons
|
|
# Separated by comma
|
|
fediauth.restricted_instances (Restrict instance domains) string example.com,another.example.com,
|