pdnsmanager/.travis/data/config-backend-test.sh

8 lines
102 B
Bash
Raw Normal View History

2018-03-23 18:32:09 +01:00
DBHOST="localhost"
DBUSER="root"
DBPASSWORD=""
DBNAME="pdnstest"
TESTURL="http://localhost:8000/v1"