mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
updating config.action_mailer.default_url_options for heroku
This commit is contained in:
parent
5be0a9991a
commit
6fbae528e9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ HabitTracker::Application.configure do
|
|||
# config.assets.enabled = false
|
||||
|
||||
# Needed for devise
|
||||
config.action_mailer.default_url_options = { :host => 'habits.ocdevel.com' }
|
||||
config.action_mailer.default_url_options = { :host => 'habit-tracker.herokuapp.com' }
|
||||
|
||||
# Code is not reloaded between requests
|
||||
config.cache_classes = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue