Changeset 277


Ignore:
Timestamp:
10/14/2009 18:13:24 (10 months ago)
Author:
ralphm
Message:

Fix wrong use of configuration variables for pgsql db initialization.

Author: ralphm.
Fixes #15.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idavoll/tap.py

    r276 r277  
    4949        dbpool = adbapi.ConnectionPool('pyPgSQL.PgSQL', 
    5050                                       user=config['dbuser'], 
    51                                        password=config['dbuser'], 
     51                                       password=config['dbpass'], 
    5252                                       database=config['dbname'], 
    53                                        host=config['dbpass'], 
     53                                       host=config['dbhost'], 
    5454                                       port=config['dbport'], 
    5555                                       cp_reconnect=True, 
Note: See TracChangeset for help on using the changeset viewer.