chore: db.extraに関するコメントと例を追加

This commit is contained in:
Esurio 2025-08-30 09:51:47 +03:00
parent ec4731dee4
commit cffa456e32
1 changed files with 3 additions and 0 deletions

View File

@ -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