mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-22 03:49:27 +01:00
Enable languages and motd formatting by default
This commit is contained in:
parent
efed72115b
commit
ce6451c4f1
@ -58,7 +58,7 @@ server:
|
|||||||
|
|
||||||
# motd formatting codes
|
# motd formatting codes
|
||||||
# if this is true, the motd is escaped using formatting codes like $c, $b, and $i
|
# if this is true, the motd is escaped using formatting codes like $c, $b, and $i
|
||||||
#motd-formatting: true
|
motd-formatting: true
|
||||||
|
|
||||||
# addresses/hostnames the PROXY command can be used from
|
# addresses/hostnames the PROXY command can be used from
|
||||||
# this should be restricted to 127.0.0.1/8 and localhost at most
|
# this should be restricted to 127.0.0.1/8 and localhost at most
|
||||||
@ -345,7 +345,7 @@ datastore:
|
|||||||
# languages config
|
# languages config
|
||||||
languages:
|
languages:
|
||||||
# whether to load languages
|
# whether to load languages
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
# default language to use for new clients
|
# default language to use for new clients
|
||||||
# 'en' is the default English language in the code
|
# 'en' is the default English language in the code
|
||||||
|
Loading…
Reference in New Issue
Block a user