2
0
config/test/config.json

11 lines
167 B
JSON
Raw Normal View History

2017-12-11 16:14:53 +07:00
{
"dbHost": "test-db-host",
"dbPort": 9090,
"dbUser": "test-db-user",
"dbPassword": "test-db-password",
"log": {
"path": "/var/log/db",
"level": "error"
}
}