Skip to content

Commit

Permalink
fixes key name
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jul 27, 2015
1 parent daab640 commit b436331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/secrets.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# if you're sharing your code publicly.

default: &default
recaptcha_public_key: <%= ENV["MARID_RECAPTCHA_PUBLIC_KEY"] %>
recaptcha_private_key: <%= ENV["MARID_RECAPTCHA_PRIVATE_KEY"] %>
recaptcha_public_key: <%= ENV["MADRID_RECAPTCHA_PUBLIC_KEY"] %>
recaptcha_private_key: <%= ENV["MADRID_RECAPTCHA_PRIVATE_KEY"] %>

development:
secret_key_base: 56792feef405a59b18ea7db57b4777e855103882b926413d4afdfb8c0ea8aa86ea6649da4e729c5f5ae324c0ab9338f789174cf48c544173bc18fdc3b14262e4
Expand Down

0 comments on commit b436331

Please sign in to comment.