mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
#1042 - Added extra connection option and comment for statement_timeout
This commit is contained in:
parent
baa75768ec
commit
f0278dcf89
4 changed files with 12 additions and 0 deletions
|
@ -50,6 +50,9 @@ db:
|
||||||
# Extra Connection options
|
# Extra Connection options
|
||||||
#extra:
|
#extra:
|
||||||
# ssl: true
|
# ssl: true
|
||||||
|
# # Set a higher value if you have timeout issues during migration
|
||||||
|
# statement_timeout: 10000
|
||||||
|
|
||||||
|
|
||||||
dbReplications: false
|
dbReplications: false
|
||||||
|
|
||||||
|
|
|
@ -63,6 +63,9 @@ db:
|
||||||
# Extra Connection options
|
# Extra Connection options
|
||||||
#extra:
|
#extra:
|
||||||
# ssl: true
|
# ssl: true
|
||||||
|
# # Set a higher value if you have timeout issues during migration
|
||||||
|
# statement_timeout: 10000
|
||||||
|
|
||||||
|
|
||||||
dbReplications: false
|
dbReplications: false
|
||||||
|
|
||||||
|
|
|
@ -110,6 +110,9 @@ db:
|
||||||
# Extra Connection options
|
# Extra Connection options
|
||||||
#extra:
|
#extra:
|
||||||
# ssl: true
|
# ssl: true
|
||||||
|
# # Set a higher value if you have timeout issues during migration
|
||||||
|
# statement_timeout: 10000
|
||||||
|
|
||||||
|
|
||||||
dbReplications: false
|
dbReplications: false
|
||||||
|
|
||||||
|
|
|
@ -127,6 +127,9 @@ db:
|
||||||
# Extra Connection options
|
# Extra Connection options
|
||||||
#extra:
|
#extra:
|
||||||
# ssl: true
|
# ssl: true
|
||||||
|
# # Set a higher value if you have timeout issues during migration
|
||||||
|
# statement_timeout: 10000
|
||||||
|
|
||||||
|
|
||||||
dbReplications: false
|
dbReplications: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue