forked from External/ergo
make always-on opt-in by default
This commit is contained in:
parent
5df1b8b2bc
commit
27c734b71e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue