Mercurial > hg > orthanc-tests
changeset 430:9430b5728ca0
added ODBC in GenerateConfigurationForTests.py
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 12 Aug 2021 14:37:31 +0200 |
parents | f42c610234b0 |
children | e665c493e23e |
files | GenerateConfigurationForTests.py |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py Thu Jul 22 22:00:11 2021 +0200 +++ b/GenerateConfigurationForTests.py Thu Aug 12 14:37:31 2021 +0200 @@ -206,6 +206,15 @@ 'MaximumConnectionRetries' : 7, } +config['Odbc'] = { + 'EnableIndex' : True, + 'EnableStorage' : True, + 'IndexConnectionString' : 'DSN=test', + 'StorageConnectionString' : 'DSN=storage', + 'IndexConnectionsCount' : 1, + 'MaximumConnectionRetries' : 7, +} + # Enable case-insensitive PN (the default on versions <= 0.8.6)