1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:19:30 +00:00
Files
stratos/config/db.sample.json

11 lines
214 B
JSON

{
"host": "hostname",
"port": 1111,
"user": "username",
"password": "password",
"database": "dbname",
"waitForConnections": true,
"connectionLimit": 10,
"queueLimit": 0
}