GeminiHello-DJIBOUTI.conf 1.2 KB

1234567891011121314151617181920212223242526
  1. # -----------------------------------------------------------------------
  2. # GEMINIHELLO configuration file
  3. #
  4. # EXAMPLE MACHINE-SPECIFIC CONFIGURATION
  5. #
  6. # The configuration attributes specified in this file are specific to a
  7. # single development-environment machine.
  8. # -----------------------------------------------------------------------
  9. # Extend the development configuration, which in turn extends the
  10. # baseline configuration.
  11. Extends = GeminiHello-Prod.conf
  12. DeploymentDescription = Production/${Servlet.MachineName}
  13. # Now set any attributes that are specific to this machine.
  14. db.Driver.Class = com.mysql.jdbc.Driver
  15. db.Driver.UrlPrefix = jdbc:mysql://
  16. db.ConnectString = 127.0.0.1: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&useServerPrepStmts=true&enableQueryTimeouts=false&useUnbufferedIO=false&useReadAheadInput=false&maintainTimeStats=false&cacheRSMetadata=true
  17. Log.Console.On = yes
  18. Log.Console.LogDebugThreshold = 50
  19. db.Driver.Pooling = 30
  20. db.Driver.MaxPooling = 30