|
@@ -1,9 +1,9 @@
|
|
|
{
|
|
|
"description": "mysql connection",
|
|
|
- "jdbcUrl": "jdbc:mysql://localhost:3306/hello_world",
|
|
|
- "username": "root",
|
|
|
- "password": "my-secret-pw",
|
|
|
- "maximumPoolSize": 100,
|
|
|
+ "jdbcUrl": "jdbc:mysql://DATABASE_HOST:3306/hello_world",
|
|
|
+ "username": "benchmarkdbuser",
|
|
|
+ "password": "benchmarkdbpass",
|
|
|
+ "maximumPoolSize": 200,
|
|
|
"useServerPrepStmts": true,
|
|
|
"cachePrepStmts": true,
|
|
|
"cacheCallableStmts": true,
|