From 41dc30f41af7c7b24a34a48f4de56c9627dc21db Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 1 Sep 2015 21:22:45 +0200 Subject: [PATCH] adds server_name to secrets.yml.example --- config/secrets.yml.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/secrets.yml.example b/config/secrets.yml.example index fc65136d1..450f0b09f 100644 --- a/config/secrets.yml.example +++ b/config/secrets.yml.example @@ -8,6 +8,7 @@ test: <<: *default staging: + server_name: "" <<: *default production: &production @@ -33,6 +34,8 @@ production: &production google_oauth2_secret: "" rollbar_server_token: "" + server_name: "" preproduction: + server_name: "" <<: *production \ No newline at end of file