fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 703 forks source link

Add ability to define host in a single config setting #239

Closed fzaninotto closed 10 years ago

fzaninotto commented 10 years ago

Now, host and port are defined in a single config setting: url.

url: 'http://myDomain.com:8082'

# Now deprecated, will raise a warning
# server:
#  port: 8082

Supersedes #94, #227