GeminiHello-Dev.conf 954 B

1234567891011121314151617181920212223
  1. # -----------------------------------------------------------------------
  2. # GEMINIHELLO configuration file
  3. #
  4. # DEVELOPMENT ENVIRONMENT
  5. #
  6. # The configuration attributes specified in this file should be common
  7. # across all Development deployments of the application.
  8. # -----------------------------------------------------------------------
  9. # Extend the baseline configuration.
  10. Extends = GeminiHello-Base.conf
  11. DeploymentDescription = Development/${Servlet.MachineName}
  12. # Database connectivity for Development.
  13. db.ConnectString = localhost:3306/hello_world?jdbcCompliantTruncation=false&elideSetAutoCommits=true&useLocalSessionState=true&cachePrepStmts=true&cacheCallableStmts=true&alwaysSendSetIsolation=false&prepStmtCacheSize=4096&cacheServerConfiguration=true&prepStmtCacheSqlLimit=2048&zeroDateTimeBehavior=convertToNull
  14. db.LoginName = root
  15. db.LoginPass = root
  16. # Disable outbound e-mail from the Development environment.
  17. OutboundMailEnabled = no