set default url

This commit is contained in:
oleg 2015-08-19 00:29:30 +03:00
parent 51711c5b38
commit 5c63dea013

2
app.js
View File

@ -55,7 +55,7 @@ app.lib.logger = libLogger;
var configDefaults = {
notify: {},
http: {host: '127.0.0.1', port: 3000}
http: {host: '127.0.0.1', port: 3000, url: 'http://127.0.0.1:3000'}
};
Steppy(