1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

set db port for travis

This commit is contained in:
Robin Appelman 2019-01-23 18:44:29 +01:00
commit 09681d84e9

View file

@ -17,6 +17,7 @@ env:
- DB_HOST=localhost
- DB_USERNAME=postgres
- DB_PASSWORD=
- DB_PORT=5432
- DB_DATABASE=travis_ci_test
- BASE_HOST=example.com
- DEMO_ROOT=/tmp/demos