2
0
config/test/config.json

10 lines
158 B
JSON
Raw Normal View History

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