1234567891011121314151617181920212223242526 |
- # -----------------------------------------------------------------------
- # 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.Driver.Class = com.mysql.jdbc.Driver
- db.Driver.UrlPrefix = jdbc:mysql://
- 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
- Log.Console.On = yes
- Log.Console.LogDebugThreshold = 50
- db.Driver.Pooling = 30
- db.Driver.MaxPooling = 30
|