File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 94
94
95
95
# Mailer settings
96
96
config . action_mailer . delivery_method = :smtp
97
- config . action_mailer . default_url_options = { host : ENV [ 'CODERDOJO_JAPAN_DEFAUL_URL ' ] }
97
+ config . action_mailer . default_url_options = { host : ENV [ 'CODERDOJO_JAPAN_DEFAULT_URL ' ] }
98
98
ActionMailer ::Base . smtp_settings = {
99
99
address : 'smtp.mailgun.org' ,
100
100
port : '587' ,
Original file line number Diff line number Diff line change 104
104
105
105
# Mailer settings
106
106
config . action_mailer . delivery_method = :smtp
107
- config . action_mailer . default_url_options = { host : ENV [ 'CODERDOJO_JAPAN_DEFAUL_URL ' ] }
107
+ config . action_mailer . default_url_options = { host : ENV [ 'CODERDOJO_JAPAN_DEFAULT_URL ' ] }
108
108
ActionMailer ::Base . smtp_settings = {
109
109
address : 'smtp.mailgun.org' ,
110
110
port : '587' ,
You can’t perform that action at this time.
0 commit comments