chore: db.extraに関するコメントと例を追加
This commit is contained in:
parent
ec4731dee4
commit
cffa456e32
|
@ -123,8 +123,11 @@ db:
|
||||||
#disableCache: true
|
#disableCache: true
|
||||||
|
|
||||||
# Extra Connection options
|
# Extra Connection options
|
||||||
|
# You can use extra options for connection pool, such as SSL or Statement Timeout.
|
||||||
|
# For more details and options, see: https://github.com/brianc/node-postgres/blob/master/packages/pg-pool/README.md
|
||||||
#extra:
|
#extra:
|
||||||
# ssl: true
|
# ssl: true
|
||||||
|
# statement_timeout: 10000
|
||||||
|
|
||||||
dbReplications: false
|
dbReplications: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue