]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Change default database configuration
authorKarel Kočí <cynerd@email.cz>
Wed, 12 Aug 2015 08:47:27 +0000 (10:47 +0200)
committerKarel Kočí <cynerd@email.cz>
Wed, 12 Aug 2015 08:47:27 +0000 (10:47 +0200)
Database configuration was set as it was used during development and
testing. Changed to some of default not usable values.

conf.py

diff --git a/conf.py b/conf.py
index d75b5dd4d90fc89d4cb02c5353de15b8cac60c75..583981b57417d56a2fa6c1b4dc937e20b16c6c94 100644 (file)
--- 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'