do not set RAILS_ENV

Andrew Cantino 12 年之前
父节点
当前提交
056ee91758
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .env.example

+ 2 - 2
.env.example

@@ -21,8 +21,8 @@ DATABASE_PASSWORD=
21 21
 
22 22
 # ==== Additional required production settings ====
23 23
 
24
-# Configure Rails environment
25
-RAILS_ENV=development
24
+# Configure Rails environment.  This should only be needed in production and may cause errors in development.
25
+# RAILS_ENV=production
26 26
 
27 27
 # Outgoing email settings.  To use Gmail or Google Apps, put your Google Apps domain or gmail.com
28 28
 # as the SMTP_DOMAIN and your Gmail username and password as the SMTP_USER_NAME and SMTP_PASSWORD.