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

13 lines
339 B
YAML

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