|
@@ -10,9 +10,6 @@
|
|
# Extend the baseline configuration.
|
|
# Extend the baseline configuration.
|
|
Extends = GeminiHello-Base.conf
|
|
Extends = GeminiHello-Base.conf
|
|
|
|
|
|
-# TODO: Edit these settings according to the particulars of the
|
|
|
|
-# Production environment.
|
|
|
|
-
|
|
|
|
DeploymentDescription = Production/${Servlet.MachineName}
|
|
DeploymentDescription = Production/${Servlet.MachineName}
|
|
|
|
|
|
# Database connectivity for Production.
|
|
# Database connectivity for Production.
|
|
@@ -20,19 +17,8 @@ db.ConnectString = localhost:3306/gemini?jdbcCompliantTruncation=false&cachePrep
|
|
db.LoginName = hello
|
|
db.LoginName = hello
|
|
db.LoginPass = hello
|
|
db.LoginPass = hello
|
|
|
|
|
|
-# Mail server definition for the production environment. TODO: Most
|
|
|
|
-# likely you shouldn't be using the TechEmpower mail server in
|
|
|
|
-# Production, so change this.
|
|
|
|
-MailServerCount = 1
|
|
|
|
-MailServer1.ServerAddress = mail.techempower.com
|
|
|
|
-MailServer1.SmtpPort = 25
|
|
|
|
-MailServer1.PopPort = 110
|
|
|
|
-MailServer1.Username = mhixson
|
|
|
|
-MailServer1.Password = password
|
|
|
|
-MailServer1.ServerRole = Outbound
|
|
|
|
-
|
|
|
|
-# In production, we'll want to have the email exception handler enabled.
|
|
|
|
-EmailExceptionHandler.Enabled = true
|
|
|
|
|
|
+# For this application, we are not sending any outbound e-mail.
|
|
|
|
+OutboundMailEnabled = no
|
|
|
|
|
|
# In production, refer to all the static assets via URLs with version strings to
|
|
# In production, refer to all the static assets via URLs with version strings to
|
|
# allow us to perform aggressive caching.
|
|
# allow us to perform aggressive caching.
|