13 lines
208 B
Text
13 lines
208 B
Text
|
{
|
||
|
cache => {
|
||
|
schedule => '/tmp/dbf-iris-main',
|
||
|
realtime => '/tmp/dbf-iris-realtime',
|
||
|
},
|
||
|
db => {
|
||
|
host => 'localhost',
|
||
|
database => 'travelynx_ci_test',
|
||
|
user => 'postgres',
|
||
|
password => '',
|
||
|
},
|
||
|
};
|