mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
Remove hardcoded default email sender
And make it configurable via `action_mailer_default_from` config. Closes #243
This commit is contained in:
parent
6a61d7de5b
commit
a113d75ec5
5 changed files with 21 additions and 1 deletions
|
@ -145,6 +145,7 @@ auction_api_allowed_ips: '' # 192.0.2.0, 192.0.2.1
|
|||
action_mailer_default_protocol: # default: http
|
||||
action_mailer_default_host:
|
||||
action_mailer_default_port: # default: no port (80)
|
||||
action_mailer_default_from: # no-reply@example.com
|
||||
|
||||
# Since the keys for staging are absent from the repo, we need to supply them separate for testing.
|
||||
test:
|
||||
|
@ -153,6 +154,7 @@ test:
|
|||
release_domains_to_auction: 'false'
|
||||
auction_api_allowed_ips: ''
|
||||
action_mailer_default_host: 'registry.test'
|
||||
action_mailer_default_from: 'no-reply@registry.test'
|
||||
|
||||
# Airbrake // Errbit:
|
||||
airbrake_host: "https://your-errbit-host.ee"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue