GeminiHello-Inverness.conf 1.1 KB

123456789101112131415161718192021222324
  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.ConnectString = 172.16.98.98: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
  15. Log.Console.On = yes
  16. Log.Console.LogDebugThreshold = 50
  17. db.Driver.Pooling = 30
  18. db.Driver.MaxPooling = 30