mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
12 lines
208 B
Text
12 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 => '',
|
|
},
|
|
};
|