Merge branch 'master' of https://github.com/ZeusWPI/Tap
This commit is contained in:
commit
3f43dd8cd5
1 changed files with 8 additions and 1 deletions
|
@ -78,5 +78,12 @@ Rails.application.configure do
|
|||
|
||||
Paperclip.options[:command_path] = "/usr/local/bin/"
|
||||
|
||||
config.action_mailer.default_url_options = { host: 'TODO' }
|
||||
# Help the asset pipeline for staging
|
||||
config.x.host = 'zeus.ugent.be'
|
||||
config.relative_url_root = "/tap"
|
||||
|
||||
config.action_mailer.default_url_options = {
|
||||
host: config.x.host,
|
||||
script_name: config.relative_url_root,
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue