sqldb-ws/config.json

4 lines
123 B
JSON
Raw Normal View History

2021-10-29 23:37:32 +02:00
{
"driverdb": "postgres",
"paramsdb": "host=127.0.0.1 port=5432 user=test password=test dbname=test sslmode=disable"
}