mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 11:59:40 +01:00
make always-on opt-in by default
This commit is contained in:
parent
5df1b8b2bc
commit
27c734b71e
@ -407,7 +407,7 @@ accounts:
|
|||||||
# whether to allow clients that remain on the server even
|
# whether to allow clients that remain on the server even
|
||||||
# when they have no active connections. The possible values are:
|
# when they have no active connections. The possible values are:
|
||||||
# "disabled", "opt-in", "opt-out", or "mandatory".
|
# "disabled", "opt-in", "opt-out", or "mandatory".
|
||||||
always-on: "disabled"
|
always-on: "opt-in"
|
||||||
|
|
||||||
# vhosts controls the assignment of vhosts (strings displayed in place of the user's
|
# vhosts controls the assignment of vhosts (strings displayed in place of the user's
|
||||||
# hostname/IP) by the HostServ service
|
# hostname/IP) by the HostServ service
|
||||||
|
Loading…
Reference in New Issue
Block a user