mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
`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`
15 lines
258 B
Ruby
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
|
|
])
|