mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
added MaxUserCapacity setting
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
public string AdminEmail { get; set; }
|
public string AdminEmail { get; set; }
|
||||||
public bool ResolveMentionsInProfiles { get; set; }
|
public bool ResolveMentionsInProfiles { get; set; }
|
||||||
public bool PublishReplies { get; set; }
|
public bool PublishReplies { get; set; }
|
||||||
|
public int MaxUsersCapacity { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -14,7 +14,8 @@
|
|||||||
"Domain": "domain.name",
|
"Domain": "domain.name",
|
||||||
"AdminEmail": "me@domain.name",
|
"AdminEmail": "me@domain.name",
|
||||||
"ResolveMentionsInProfiles": true,
|
"ResolveMentionsInProfiles": true,
|
||||||
"PublishReplies": false
|
"PublishReplies": false,
|
||||||
|
"MaxUsersCapacity": 1400
|
||||||
},
|
},
|
||||||
"Db": {
|
"Db": {
|
||||||
"Type": "postgres",
|
"Type": "postgres",
|
||||||
|
Reference in New Issue
Block a user