diff GenerateConfigurationForTests.py @ 395:3c15eadd941a Orthanc-1.9.2

added explicit db parameters
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Apr 2021 17:49:17 +0200
parents 227d9a932467
children 19154b57d0ae
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Tue Apr 20 16:14:21 2021 +0200
+++ b/GenerateConfigurationForTests.py	Wed Apr 21 17:49:17 2021 +0200
@@ -185,7 +185,10 @@
     'Port' : 5432,
     'Database' : 'orthanctest',
     'Username' : 'postgres',
-    'Password' : 'postgres'
+    'Password' : 'postgres',
+    'Lock' : False,
+    'IndexConnectionsCount' : 5,
+    'MaximumConnectionRetries' : 7,
 }
 
 config['MySQL'] = {
@@ -197,6 +200,9 @@
     'Username' : 'root',
     'Password' : 'root',
     'UnixSocket' : '',
+    'Lock' : False,
+    'IndexConnectionsCount' : 5,
+    'MaximumConnectionRetries' : 7,
 }