GeminiHello-Prod.conf 1.0 KB

12345678910111213141516171819202122232425262728
  1. # -----------------------------------------------------------------------
  2. # GEMINIHELLO configuration file
  3. #
  4. # PRODUCTION ENVIRONMENT
  5. #
  6. # The configuration attributes specified in this file should be common
  7. # across all Production deployments of the application.
  8. # -----------------------------------------------------------------------
  9. # Extend the baseline configuration.
  10. Extends = GeminiHello-Base.conf
  11. DeploymentDescription = Production/${Servlet.MachineName}
  12. # Database connectivity for Production.
  13. db.ConnectString = localhost:3306/gemini?jdbcCompliantTruncation=false&cachePrepStmts=true&prepStmtC
  14. db.LoginName = hello
  15. db.LoginPass = hello
  16. # For this application, we are not sending any outbound e-mail.
  17. OutboundMailEnabled = no
  18. # In production, refer to all the static assets via URLs with version strings to
  19. # allow us to perform aggressive caching.
  20. HTMLDirectory = /static/${StaticsVersion}/html/
  21. ImageDirectory = /static/${StaticsVersion}/images/
  22. CSSDirectory = /static/${StaticsVersion}/css/
  23. JavaScriptDirectory = /static/${StaticsVersion}/js/