From a627f65ef9af1ac64fd5d794126b55927f254b82 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Tue, 2 Sep 2014 00:44:31 +0200 Subject: [PATCH] Correct default rails environment --- config/diaspora.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/diaspora.yml.example b/config/diaspora.yml.example index 8e8cdbf63..6d03d8bc5 100644 --- a/config/diaspora.yml.example +++ b/config/diaspora.yml.example @@ -141,9 +141,9 @@ configuration: ## Section ## The port on which the appserver should listen (default=3000): #port: 3000 - ## Rails environment (default='production') + ## Rails environment (default='development') ## The environment in which the server should be started by default. - ## Only change this if you wish to run a development or test environment. + ## Change this if you wish to run a production environment. #rails_environment: 'development' ## Write unicorn stderr and stdout log