mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
caf97d9cd0
Squashed commit of the following: commit3dd25e35bb
Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Apr 6 10:02:57 2020 +0200 hm commit04159061ed
Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Apr 6 09:56:19 2020 +0200 no sudo commit1d16ec10fa
Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Apr 6 09:51:54 2020 +0200 Switch from Travis CI to GitHub Actions
12 lines
216 B
Text
12 lines
216 B
Text
{
|
|
cache => {
|
|
schedule => '/tmp/dbf-iris-main',
|
|
realtime => '/tmp/dbf-iris-realtime',
|
|
},
|
|
db => {
|
|
host => 'postgres',
|
|
database => 'travelynx_ci_test',
|
|
user => 'travelynx',
|
|
password => 'whatever',
|
|
},
|
|
};
|