Update diaspora.yml.example
Fixed the wording so admins know invites are either enabled or disabled, and the number of invites is set by default to 25.
This commit is contained in:
parent
a55f6fd98c
commit
8745611f33
1 changed files with 3 additions and 3 deletions
|
|
@ -178,12 +178,12 @@ configuration: ## Section
|
|||
## Settings about invitations
|
||||
invitations: ## Section
|
||||
|
||||
## Set this to true if you want users to invite as many
|
||||
## people as they want.
|
||||
## Set this to true if you want users to be able to send invites.
|
||||
#open: true
|
||||
|
||||
## The default amount of invitiations an invite link has.
|
||||
## Every user has such a link. Only counts if open is false.
|
||||
## Every user has such a link. Default count is 25, uncomment to set
|
||||
## another value.
|
||||
#count: 25
|
||||
|
||||
## Paypal donations
|
||||
|
|
|
|||
Loading…
Reference in a new issue