GeminiHello-Dev.conf 1.1 KB

123456789101112131415161718192021222324252627282930
  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. # TODO: Edit these settings according to the particulars of the
  12. # Development environments.
  13. DeploymentDescription = Development/${Servlet.MachineName}
  14. # Database connectivity for Development.
  15. 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
  16. db.LoginName = root
  17. db.LoginPass = root
  18. # Disable outbound e-mail from the Development environment.
  19. OutboundMailEnabled = no
  20. # You may want to disable the last login update on Development.
  21. #BasicSecurity.UpdateLastLogin = no