equal
deleted
inserted
replaced
1 ### named connections |
1 ### named connections |
2 databases = { |
2 databases = { |
3 'test' : 'host=127.0.0.1 user=test password=test dbname=test' |
3 # database for tests.py (postgres, mysql - remove one of the lines to skip particular tests) |
|
4 'test' : 'host=127.0.0.1 dbname=test user=test password=test', |
|
5 'test_mysql' : 'host=127.0.0.1 db=test user=test password=test', |
4 } |
6 } |
5 |
7 |
6 ### meta database (contains connection parameters for other databases) |
8 ### meta database (contains connection parameters for other databases) |
7 meta_db = 'host=10.8.0.1 dbname=central' |
9 meta_db = 'host=10.8.0.1 dbname=central' |
8 # query for connection parameters, input is database name (will be placed instead of %s) |
10 # query for connection parameters, input is database name (will be placed instead of %s) |