mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-29 14:32:08 -08:00
avoid yaml barewords
This commit is contained in:
parent
f9b5224ae0
commit
82e965db39
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ server:
|
|||
# vulnerable to homoglyph attacks. unless you're really confident in your decision,
|
||||
# we recommend leaving this value at its default (changing it once the network is
|
||||
# already up and running is problematic).
|
||||
casemapping: precis
|
||||
casemapping: "precis"
|
||||
|
||||
# whether to look up user hostnames with reverse DNS
|
||||
# (to suppress this for privacy purposes, use the ip-cloaking options below)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue