db/db.json.sample

13 lines
197 B
Plaintext
Raw Normal View History

{
"test": {
"type": "mysql",
"user": "star",
"password": "...",
"host": "localhost:3306",
"db": "test",
"maxOpens": 100,
"maxIdles": 30,
"maxLifeTime": 3600
}
}