9 lines
200 B
YAML
9 lines
200 B
YAML
default: &default
|
|
site_key: 6LfLa4EUAAAAADUTFj2GdnRh49kH_WBfUHabv8_7
|
|
secret_key: <%= Rails.application.credentials.recaptcha_secret_key %>
|
|
|
|
development:
|
|
<<: *default
|
|
|
|
production:
|
|
<<: *default
|