1
0
Fork 0
This repository has been archived on 2023-03-28. 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

default: &default
site_key: 6LfLa4EUAAAAADUTFj2GdnRh49kH_WBfUHabv8_7
secret_key: <%= Rails.application.credentials.recaptcha_secret_key %>
development:
<<: *default
production:
<<: *default