comparison GenerateConfigurationForTests.py @ 173:ed3db6386587

testing overwrite
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Sep 2018 15:26:17 +0200
parents b90e001d43bd
children fcb0c14dadb8
comparison
equal deleted inserted replaced
172:ead4353854ad 173:ed3db6386587
109 config['HttpCompressionEnabled'] = False 109 config['HttpCompressionEnabled'] = False
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 115
115 config['Dictionary'] = { 116 config['Dictionary'] = {
116 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ], 117 '00e1,10c2' : [ 'UI', 'PET-CT Multi Modality Name', 1, 1, 'ELSCINT1' ],
117 '7053,1003' : [ 'ST', 'Original Image Filename', 1, 1, 'Philips PET Private Group' ] 118 '7053,1003' : [ 'ST', 'Original Image Filename', 1, 1, 'Philips PET Private Group' ]
118 } 119 }