uses server_name from secrets

This commit is contained in:
rgarcia
2015-08-21 19:18:30 +02:00
parent db45451d9b
commit 24d3342af2
3 changed files with 3 additions and 12 deletions

View File

@@ -2,3 +2,4 @@
recaptcha_public_key: <%= ENV["MADRID_RECAPTCHA_PUBLIC_KEY"] %>
recaptcha_private_key: <%= ENV["MADRID_RECAPTCHA_PRIVATE_KEY"] %>
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
server_name: <%= fetch(:server_name) %>