123456789101112131415161718192021222324 |
- # -----------------------------------------------------------------------
- # GEMINIHELLO configuration file
- #
- # EXAMPLE MACHINE-SPECIFIC CONFIGURATION
- #
- # The configuration attributes specified in this file are specific to a
- # single development-environment machine.
- # -----------------------------------------------------------------------
- # Extend the development configuration, which in turn extends the
- # baseline configuration.
- Extends = GeminiHello-Prod.conf
- DeploymentDescription = Production/${Servlet.MachineName}
- # Now set any attributes that are specific to this machine.
- 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
- Log.Console.On = yes
- Log.Console.LogDebugThreshold = 50
- db.Driver.Pooling = 30
- db.Driver.MaxPooling = 30
|