comparison GenerateConfigurationForTests.py @ 180:fcb0c14dadb8

increasing JobsHistorySize
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Oct 2018 16:07:10 +0200
parents ed3db6386587
children d4a5e4143d68
comparison
equal deleted inserted replaced
179:8a2dd77d4035 180:fcb0c14dadb8
110 config['LogExportedResources'] = True 110 config['LogExportedResources'] = True
111 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] } 111 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] }
112 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 112 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }
113 config['RemoteAccessAllowed'] = True 113 config['RemoteAccessAllowed'] = True
114 config['OverwriteInstances'] = True 114 config['OverwriteInstances'] = True
115 config['JobsHistorySize'] = 1000
115 116
116 config['Dictionary'] = { 117 config['Dictionary'] = {
117 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ], 118 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ],
118 '7053,1003' : [ 'ST', 'Original Image Filename', 1, 1, 'Philips PET Private Group' ] 119 '7053,1003' : [ 'ST', 'Original Image Filename', 1, 1, 'Philips PET Private Group' ]
119 } 120 }