diff --git a/.config/ci.yml b/.config/ci.yml index bb8e592a5f..b0b97e9471 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -121,6 +121,9 @@ db: # Extra Connection options #extra: # ssl: true + # # Set a higher value if you have timeout issues during migration + # statement_timeout: 10000 + dbReplications: false diff --git a/.config/cypress-devcontainer.yml b/.config/cypress-devcontainer.yml index fc58fbab72..83be98e429 100644 --- a/.config/cypress-devcontainer.yml +++ b/.config/cypress-devcontainer.yml @@ -63,6 +63,9 @@ db: # Extra Connection options #extra: # ssl: true + # # Set a higher value if you have timeout issues during migration + # statement_timeout: 10000 + dbReplications: false diff --git a/.config/docker_example.yml b/.config/docker_example.yml index 45cc157533..ee57da781f 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -124,6 +124,9 @@ db: # Extra Connection options #extra: # ssl: true + # # Set a higher value if you have timeout issues during migration + # statement_timeout: 10000 + dbReplications: false diff --git a/.config/example.yml b/.config/example.yml index c484e48e5d..704a80d413 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -127,6 +127,9 @@ db: # Extra Connection options #extra: # ssl: true + # # Set a higher value if you have timeout issues during migration + # statement_timeout: 10000 + dbReplications: false