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
staging:
server_name: ""
<<: *default
production: &production
@@ -33,6 +34,8 @@ production: &production
google_oauth2_secret: ""
rollbar_server_token: ""
server_name: ""
preproduction:
server_name: ""
<<: *production