change default email

This commit is contained in:
Tyrel Souza 2014-05-09 11:46:39 -04:00
parent 4597eb5141
commit 642d5dd2b9
4 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@
/db/*.sqlite3 /db/*.sqlite3
/log/* /log/*
/public/system /public/system
/public/assets
/tags /tags
/tmp/* /tmp/*
.idea .idea

View File

@ -9,7 +9,7 @@ strong, label, th {
ul { ul {
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
} } z
.help-block { .help-block {
font-size: .85em; font-size: .85em;

View File

@ -94,5 +94,5 @@ Vidpush::Application.configure do
# Use default logging formatter so that PID and timestamp are not suppressed. # Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new 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 end

View File

@ -14,6 +14,5 @@ Vidpush::Application.routes.draw do
get 'publish', defaults: { :format => 'json' } get 'publish', defaults: { :format => 'json' }
end end
end end
end end
end end