1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/config/settings/recaptcha.yml

10 lines
200 B
YAML
Raw Normal View History

2018-12-13 21:13:49 -05:00
default: &default
2018-12-13 21:27:39 -05:00
site_key: 6LfLa4EUAAAAADUTFj2GdnRh49kH_WBfUHabv8_7
2018-12-13 21:13:49 -05:00
secret_key: <%= Rails.application.credentials.recaptcha_secret_key %>
development:
<<: *default
production:
<<: *default