diff options
Diffstat (limited to '.travis.travelynx.conf')
-rw-r--r-- | .travis.travelynx.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.travelynx.conf b/.travis.travelynx.conf new file mode 100644 index 0000000..2678d10 --- /dev/null +++ b/.travis.travelynx.conf @@ -0,0 +1,12 @@ +{ + cache => { + schedule => '/tmp/dbf-iris-main', + realtime => '/tmp/dbf-iris-realtime', + }, + db => { + host => 'localhost', + database => 'travelynx_ci_test', + user => 'postgres', + password => '', + }, +}; |