GeminiHello-Test.conf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # -----------------------------------------------------------------------
  2. # GEMINIHELLO configuration file
  3. #
  4. # TEST ENVIRONMENT
  5. #
  6. # The configuration attributes specified in this file should be common
  7. # across all Test 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. # Test environment.
  13. DeploymentDescription = Test/${Servlet.MachineName}
  14. # Database connectivity for Test.
  15. db.ConnectString = localhost:3306/gemini?jdbcCompliantTruncation=false&cachePrepStmts=true&prepStmtC
  16. db.LoginName = hello
  17. db.LoginPass = hello
  18. # Mail server definition for the Test environment. TODO: Review these
  19. # settings for suitability in Test.
  20. MailServerCount = 1
  21. MailServer1.ServerAddress = mail.techempower.com
  22. MailServer1.SmtpPort = 25
  23. MailServer1.PopPort = 110
  24. MailServer1.Username = mhixson
  25. MailServer1.Password = password
  26. MailServer1.ServerRole = Outbound
  27. # In test, we'll want to have the email exception handler enabled.
  28. EmailExceptionHandler.Enabled = true
  29. # In test, refer to all the static assets via URLs with version strings to
  30. # allow us to perform aggressive caching.
  31. HTMLDirectory = /static/${StaticsVersion}/html/
  32. ImageDirectory = /static/${StaticsVersion}/images/
  33. CSSDirectory = /static/${StaticsVersion}/css/
  34. JavaScriptDirectory = /static/${StaticsVersion}/js/