# HG changeset patch # User Sebastien Jodogne # Date 1483543866 -3600 # Node ID 37430f7430e3f028076ccaa8d3ab0f3a0b3365b0 # Parent f2cbfaf1a9b0179cbb1cba642b7954c5099d2474 config to test the PostgreSQL plugins diff -r f2cbfaf1a9b0 -r 37430f7430e3 GenerateConfigurationForTests.py --- a/GenerateConfigurationForTests.py Thu Dec 15 10:44:48 2016 +0100 +++ b/GenerateConfigurationForTests.py Wed Jan 04 16:31:06 2017 +0100 @@ -119,6 +119,16 @@ 'Database': os.path.abspath(os.path.join(os.path.dirname(__file__), './Database/Worklists/Working')), } +config['PostgreSQL'] = { + 'EnableIndex' : True, + 'EnableStorage' : True, + 'Host' : 'localhost', + 'Port' : 5432, + 'Database' : 'orthanctest', + 'Username' : 'postgres', + 'Password' : 'postgres' +} + # Enable case-insensitive PN (the default on versions <= 0.8.6)