comparison GenerateConfigurationForTests.py @ 139:29433f28a368

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Jun 2018 15:08:54 +0200
parents 50cd127e5330
children f52fe6eecb47
comparison
equal deleted inserted replaced
138:0682740fcfcb 139:29433f28a368
105 config['DicomAet'] = 'ORTHANC' 105 config['DicomAet'] = 'ORTHANC'
106 config['DicomAssociationCloseDelay'] = 0 106 config['DicomAssociationCloseDelay'] = 0
107 config['DicomModalities'] = { 'orthanctest' : [ 'ORTHANCTEST', ip, 5001 ] } 107 config['DicomModalities'] = { 'orthanctest' : [ 'ORTHANCTEST', ip, 5001 ] }
108 config['DicomPort'] = args.dicom 108 config['DicomPort'] = args.dicom
109 config['HttpCompressionEnabled'] = False 109 config['HttpCompressionEnabled'] = False
110 config['LogExportedResources'] = True
110 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] } 111 config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] }
111 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 112 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }
112 config['RemoteAccessAllowed'] = True 113 config['RemoteAccessAllowed'] = True
113 114
114 config['Dictionary'] = { 115 config['Dictionary'] = {