Mercurial > hg > orthanc-tests
changeset 139:29433f28a368
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 27 Jun 2018 15:08:54 +0200 |
parents | 0682740fcfcb |
children | f52fe6eecb47 |
files | GenerateConfigurationForTests.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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