changeset 99:37430f7430e3

config to test the PostgreSQL plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jan 2017 16:31:06 +0100
parents f2cbfaf1a9b0
children 2af6c0fb850d
files GenerateConfigurationForTests.py
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)