change default email
This commit is contained in:
parent
4597eb5141
commit
642d5dd2b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@
|
|||||||
/db/*.sqlite3
|
/db/*.sqlite3
|
||||||
/log/*
|
/log/*
|
||||||
/public/system
|
/public/system
|
||||||
|
/public/assets
|
||||||
/tags
|
/tags
|
||||||
/tmp/*
|
/tmp/*
|
||||||
.idea
|
.idea
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user