blob: 2678d10f9ffae33dd7a42058e2aa06cbb6d54371 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
cache => {
schedule => '/tmp/dbf-iris-main',
realtime => '/tmp/dbf-iris-realtime',
},
db => {
host => 'localhost',
database => 'travelynx_ci_test',
user => 'postgres',
password => '',
},
};
|