mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
expand docs
This commit is contained in:
parent
c258a15761
commit
edbc1e4d60
1 changed files with 6 additions and 1 deletions
|
@ -102,7 +102,12 @@ ADMIN_DOMAIN="${APP_DOMAIN}"
|
|||
# Defaults to "1000".
|
||||
#
|
||||
# See: https://docs.pixelfed.org/technical-documentation/config/#pf_max_users
|
||||
PF_MAX_USERS="false"
|
||||
PF_MAX_USERS="1000"
|
||||
|
||||
# Enforce the maximum number of user accounts
|
||||
#
|
||||
# Defaults to "true".
|
||||
#PF_ENFORCE_MAX_USERS="true"
|
||||
|
||||
# See: https://docs.pixelfed.org/technical-documentation/config/#oauth_enabled
|
||||
OAUTH_ENABLED="true"
|
||||
|
|
Loading…
Reference in a new issue