mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 22:19:26 +00:00
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"host": "hostname",
|
|
"port": 1111,
|
|
"user": "username",
|
|
"password": "password",
|
|
"database": "dbname",
|
|
"waitForConnections": true,
|
|
"connectionLimit": 10,
|
|
"queueLimit": 0
|
|
}
|