mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-14 07:59:31 +01:00
config: Betterise words and duration example
This commit is contained in:
parent
fb4e8ab6c0
commit
37171bf1ad
@ -36,8 +36,9 @@ server:
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# how long clients should be forced to use TLS for.
|
# how long clients should be forced to use TLS for.
|
||||||
# setting this to a too-long time will mean bad things if you later remove your TLS
|
# setting this to a too-long time will mean bad things if you later remove your TLS.
|
||||||
duration: 1d5m
|
# the default duration below is 1 month, 2 days and 5 minutes.
|
||||||
|
duration: 1mo2d5m
|
||||||
|
|
||||||
# tls port - you should be listening on this port above
|
# tls port - you should be listening on this port above
|
||||||
port: 6697
|
port: 6697
|
||||||
|
Loading…
Reference in New Issue
Block a user