comparison 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
comparison
equal deleted inserted replaced
394:e87d54a8a204 395:3c15eadd941a
183 'EnableStorage' : True, 183 'EnableStorage' : True,
184 'Host' : 'localhost', 184 'Host' : 'localhost',
185 'Port' : 5432, 185 'Port' : 5432,
186 'Database' : 'orthanctest', 186 'Database' : 'orthanctest',
187 'Username' : 'postgres', 187 'Username' : 'postgres',
188 'Password' : 'postgres' 188 'Password' : 'postgres',
189 'Lock' : False,
190 'IndexConnectionsCount' : 5,
191 'MaximumConnectionRetries' : 7,
189 } 192 }
190 193
191 config['MySQL'] = { 194 config['MySQL'] = {
192 'EnableIndex' : True, 195 'EnableIndex' : True,
193 'EnableStorage' : True, 196 'EnableStorage' : True,
195 'Port' : 3306, 198 'Port' : 3306,
196 'Database' : 'orthanctest', 199 'Database' : 'orthanctest',
197 'Username' : 'root', 200 'Username' : 'root',
198 'Password' : 'root', 201 'Password' : 'root',
199 'UnixSocket' : '', 202 'UnixSocket' : '',
203 'Lock' : False,
204 'IndexConnectionsCount' : 5,
205 'MaximumConnectionRetries' : 7,
200 } 206 }
201 207
202 208
203 209
204 # Enable case-insensitive PN (the default on versions <= 0.8.6) 210 # Enable case-insensitive PN (the default on versions <= 0.8.6)