mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
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`
This commit is contained in:
parent
6fa1ce9128
commit
70cf7f0e75
3 changed files with 9 additions and 4 deletions
|
@ -11,4 +11,5 @@ Figaro.require_keys(%w[
|
|||
legal_documents_dir
|
||||
bank_statement_import_dir
|
||||
time_zone
|
||||
action_mailer_default_host
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue