forked from FoundKeyGang/FoundKey
fix grammar in config file
This commit is contained in:
parent
70cb4b5fd9
commit
b9e5704103
1 changed files with 3 additions and 3 deletions
|
@ -44,10 +44,10 @@ db:
|
|||
user: example-foundkey-user
|
||||
pass: example-foundkey-pass
|
||||
|
||||
# Whether disable Caching queries
|
||||
# Whether to disable query caching
|
||||
#disableCache: true
|
||||
|
||||
# Extra Connection options
|
||||
# Extra connection options
|
||||
#extra:
|
||||
# ssl: true
|
||||
|
||||
|
@ -93,7 +93,7 @@ redis:
|
|||
# deliverJobMaxAttempts: 12
|
||||
# inboxJobMaxAttempts: 8
|
||||
|
||||
# IP address family used for outgoing request (ipv4, ipv6 or dual)
|
||||
# IP address family used for outgoing requests (ipv4, ipv6 or dual)
|
||||
#outgoingAddressFamily: ipv4
|
||||
|
||||
# Syslog option
|
||||
|
|
Loading…
Reference in a new issue