Merge 38b87f47ec
into d4654dd7bd
This commit is contained in:
commit
ef7c2e5528
|
@ -123,8 +123,14 @@ db:
|
||||||
#disableCache: true
|
#disableCache: true
|
||||||
|
|
||||||
# Extra Connection options
|
# Extra Connection options
|
||||||
|
# You can use extra options for connection pool, such as SSL, Statement Timeout or max/minimum pool size.
|
||||||
|
# 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
|
||||||
|
# # Minimum/maximum pool size
|
||||||
|
# min: 2
|
||||||
|
# max: 100
|
||||||
|
|
||||||
dbReplications: false
|
dbReplications: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue