adds server_name to secrets.yml.example

This commit is contained in:
rgarcia
2015-09-01 21:22:45 +02:00
parent a82eac8e16
commit 41dc30f41a

View File

@@ -8,6 +8,7 @@ test:
<<: *default <<: *default
staging: staging:
server_name: ""
<<: *default <<: *default
production: &production production: &production
@@ -33,6 +34,8 @@ production: &production
google_oauth2_secret: "" google_oauth2_secret: ""
rollbar_server_token: "" rollbar_server_token: ""
server_name: ""
preproduction: preproduction:
server_name: ""
<<: *production <<: *production