|
@@ -63,7 +63,6 @@ SMTP_ENABLE_STARTTLS_AUTO=true
|
|
|
# The address from which system emails will appear to be sent.
|
|
|
EMAIL_FROM_ADDRESS=from_address@gmail.com
|
|
|
|
|
|
-
|
|
|
###########################
|
|
|
# Agent Logging #
|
|
|
###########################
|
|
@@ -105,3 +104,6 @@ ENABLE_INSECURE_AGENTS=false
|
|
|
# Tools. Specify a dot(1) command path built with SVG support
|
|
|
# enabled.
|
|
|
#USE_GRAPHVIZ_DOT=dot
|
|
|
+
|
|
|
+# Timezone. Use `rake time:zones:local` or `rake time:zones:all` to get your zone name
|
|
|
+TIMEZONE="Pacific Time (US & Canada)"
|