mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:19:25 +00:00
Migrate existing db connections to use DatabaseConnectionPool
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
"port": 1111,
|
||||
"user": "username",
|
||||
"password": "password",
|
||||
"database": "dbname"
|
||||
"database": "dbname",
|
||||
"waitForConnections": true,
|
||||
"connectionLimit": 10,
|
||||
"queueLimit": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user