do not set RAILS_ENV

Andrew Cantino лет %!s(int64=12): %!d(string=назад)
Родитель
Сommit
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.