datasource.properties 669 B

12345
  1. datanucleus.ConnectionDriverName = com.mysql.jdbc.Driver
  2. datanucleus.ConnectionURL = jdbc:mysql://DATABASE_HOST:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull&traceProtocol=false&useUnbufferedInput=false&useReadAheadInput=false&maintainTimeStats=false&useServerPrepStmts&cacheRSMetadata=true
  3. datanucleus.ConnectionUserName = benchmarkdbuser
  4. datanucleus.ConnectionPassword = benchmarkdbpass
  5. datanucleus.connectionPoolingType = C3P0