Commit 669b818e authored by Leo Iannacone's avatar Leo Iannacone

export web.hostname instead of host and port

parent ccb066d7
......@@ -17,7 +17,6 @@ config.web.description = "This is a web interface for debomatic"
config.web.footer = "Fork me on github.com"
config.web.autoscroll = true
config.web.paths = config.routes
config.web.host = config.host
config.web.port = ((config.port == 80) ? null : config.port)
config.web.hostname = config.host + ((config.port == 80) ? null : ':' + config.port)
module.exports = config
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment