# HG changeset patch # User Sebastien Jodogne # Date 1530104934 -7200 # Node ID 29433f28a36874065587083ef6350ee89f6dc504 # Parent 0682740fcfcb4f3920d46b37bd626a3f771f8dcb fix diff -r 0682740fcfcb -r 29433f28a368 GenerateConfigurationForTests.py --- a/GenerateConfigurationForTests.py Fri May 25 11:08:58 2018 +0200 +++ b/GenerateConfigurationForTests.py Wed Jun 27 15:08:54 2018 +0200 @@ -107,6 +107,7 @@ config['DicomModalities'] = { 'orthanctest' : [ 'ORTHANCTEST', ip, 5001 ] } config['DicomPort'] = args.dicom config['HttpCompressionEnabled'] = False +config['LogExportedResources'] = True config['OrthancPeers'] = { 'peer' : [ 'http://%s:%d/' % (ip, 5000), 'alice', 'orthanctest' ] } config['RegisteredUsers'] = { 'alice' : 'orthanctest' } config['RemoteAccessAllowed'] = True