travelynx/.github/travelynx.conf
Daniel Friesel caf97d9cd0 Switch from Travis CI to GitHub Actions
Squashed commit of the following:

commit 3dd25e35bb
Author: Daniel Friesel <derf@finalrewind.org>
Date:   Mon Apr 6 10:02:57 2020 +0200

    hm

commit 04159061ed
Author: Daniel Friesel <derf@finalrewind.org>
Date:   Mon Apr 6 09:56:19 2020 +0200

    no sudo

commit 1d16ec10fa
Author: Daniel Friesel <derf@finalrewind.org>
Date:   Mon Apr 6 09:51:54 2020 +0200

    Switch from Travis CI to GitHub Actions
2020-04-06 10:07:07 +02:00

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',
},
};