2
0
config/test/config.json
2024-10-21 00:15:51 +07:00

10 lines
158 B
JSON

{
"host": "test-db-host",
"port": 9090,
"user": "test-db-user",
"password": "test-db-password",
"log": {
"path": "/var/log/db",
"level": "error"
}
}