From 8a3d7b8ed5b559c3777b9ee4715361d2dc01da07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 12 Aug 2015 10:47:27 +0200 Subject: Change default database configuration Database configuration was set as it was used during development and testing. Changed to some of default not usable values. --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index d75b5dd..583981b 100644 --- a/conf.py +++ b/conf.py @@ -37,13 +37,13 @@ picosat_args = [] # db_database # Database in PostgreSQL to be used for this tools -db_database = 'lcp' +db_database = 'linux-conf-perf' # db_user # Define PostgreSQL user -db_user = 'cynerd' +db_user = 'user' # db_password # Define PostrgreSQL user password -db_password = 'cynerd' +db_password = 'password' # db_host # Address of PostgreSQL database server db_host = 'localhost' -- cgit v1.2.3