mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-08-22 08:01:22 +02:00
7 lines
102 B
Bash
7 lines
102 B
Bash
|
|
DBHOST="localhost"
|
|
DBUSER="root"
|
|
DBPASSWORD=""
|
|
DBNAME="pdnstest"
|
|
|
|
TESTURL="http://localhost:8000/v1"
|