1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 10:19:29 +00:00

Rename db sample config file to more logical name

This commit is contained in:
2022-01-23 22:33:27 +00:00
parent 0d8f10f061
commit 80ce4608cb

10
config/db.sample.json Normal file
View File

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