change default email
This commit is contained in:
parent
4597eb5141
commit
642d5dd2b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@
|
||||
/db/*.sqlite3
|
||||
/log/*
|
||||
/public/system
|
||||
/public/assets
|
||||
/tags
|
||||
/tmp/*
|
||||
.idea
|
||||
|
@ -9,7 +9,7 @@ strong, label, th {
|
||||
ul {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
} z
|
||||
|
||||
.help-block {
|
||||
font-size: .85em;
|
||||
|
@ -94,5 +94,5 @@ Vidpush::Application.configure do
|
||||
# Use default logging formatter so that PID and timestamp are not suppressed.
|
||||
config.log_formatter = ::Logger::Formatter.new
|
||||
|
||||
config.action_mailer.default_url_options = { host: 'propel-vidpush-staging.heroku.com' }
|
||||
config.action_mailer.default_url_options = { host: 'propel-vidpush-production.heroku.com' }
|
||||
end
|
||||
|
@ -14,6 +14,5 @@ Vidpush::Application.routes.draw do
|
||||
get 'publish', defaults: { :format => 'json' }
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user