internetee-registry/config/initializers/figaro.rb
Artur Beljajev 70cf7f0e75 Revamp action_mailer config
`registrant_url` setting in `application.yml` is misnamed. In fact,
it has nothing to do with Registrant Portal. The intention is to
provide default URL options for `action_mailer`, therefore
`registrant_url` is removed, and new settings are introduced instead:

- `action_mailer_default_protocol`
- `action_mailer_default_host`
- `action_mailer_default_port`
2019-04-13 17:47:34 +03:00

15 lines
258 B
Ruby

Figaro.require_keys(%w[
app_name
zonefile_export_dir
secret_key_base
devise_secret
crl_dir
ca_cert_path
ca_key_path
ca_key_password
webclient_ips
legal_documents_dir
bank_statement_import_dir
time_zone
action_mailer_default_host
])