Skip to content

Commit

Permalink
fix user registration
Browse files Browse the repository at this point in the history
  • Loading branch information
gwmoura committed Nov 16, 2013
1 parent 9151fcb commit df61833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
# number of complex assets.
config.assets.debug = true

config.action_mailer.default_url_options = { :host => 'riseupstories.herokuapp.com' }

config.action_mailer.smtp_settings = {
address: "smtp.sendgrid.net",
port: 25,
Expand Down
2 changes: 2 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify

config.action_mailer.default_url_options = { :host => 'riseupstories.herokuapp.com' }

config.action_mailer.smtp_settings = {
address: "smtp.sendgrid.net",
port: 25,
Expand Down

0 comments on commit df61833

Please sign in to comment.