Commit 27568418 authored by Leo Iannacone's avatar Leo Iannacone

option not needed anymore

parent 4ba00fc4
......@@ -134,6 +134,5 @@ try {
config.web.events = config.events
config.web.status = config.status
config.web.host = config.host
config.web.hostname = config.host + ((config.port == 80) ? '' : ':' + 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