comparison GenerateConfigurationForTests.py @ 573:31ab8bb2ac5a

merge
author Alain Mazy <am@osimis.io>
date Thu, 20 Jul 2023 10:57:39 +0200
parents 6399d3a1cd30
children 536e1a76a2b5
comparison
equal deleted inserted replaced
572:3a5260cc6d55 573:31ab8bb2ac5a
225 'StorageConnectionString' : 'DSN=storage', 225 'StorageConnectionString' : 'DSN=storage',
226 'IndexConnectionsCount' : 1, 226 'IndexConnectionsCount' : 1,
227 'MaximumConnectionRetries' : 7, 227 'MaximumConnectionRetries' : 7,
228 } 228 }
229 229
230 config['WholeSlideImaging'] = {
231 'ServeMirador' : True,
232 'ServeOpenSeadragon' : True,
233 }
234
230 235
231 236
232 # Enable case-insensitive PN (the default on versions <= 0.8.6) 237 # Enable case-insensitive PN (the default on versions <= 0.8.6)
233 config['CaseSensitivePN'] = False 238 config['CaseSensitivePN'] = False
234 239