mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
config: Reorganise to improve readibility
This commit is contained in:
parent
a404bf83d1
commit
20cb3407cb
@ -58,9 +58,6 @@ server:
|
||||
- "127.0.0.1/8"
|
||||
- "::1/128"
|
||||
|
||||
# whether account authentication is enabled
|
||||
authentication-enabled: true
|
||||
|
||||
# account/channel registration
|
||||
registration:
|
||||
# account registration
|
||||
@ -76,6 +73,9 @@ registration:
|
||||
enabled-callbacks:
|
||||
- none # no verification needed, will instantly register successfully
|
||||
|
||||
# whether account authentication is enabled
|
||||
authentication-enabled: true
|
||||
|
||||
# operator classes
|
||||
oper-classes:
|
||||
# local operator
|
||||
|
Loading…
Reference in New Issue
Block a user