summaryrefslogtreecommitdiffstats
path: root/afm-client/app/etc/AppDefaults.js
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2016-02-12 17:46:35 +0100
committerFulup Ar Foll <fulup@iot.bzh>2016-02-12 17:46:35 +0100
commit366fed15806599678b05929f54318983def6001b (patch)
tree8fe71412b8ae2ffe4d46a16b0a20d8dacf3b8b94 /afm-client/app/etc/AppDefaults.js
parenta79d1fc845f31cda41b55b0ffb9aa807732bbcd0 (diff)
Fixed Mutiple AutoStart Call and Refresh Token
Diffstat (limited to 'afm-client/app/etc/AppDefaults.js')
-rw-r--r--afm-client/app/etc/AppDefaults.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/afm-client/app/etc/AppDefaults.js b/afm-client/app/etc/AppDefaults.js
index b0eb1a8..1825c45 100644
--- a/afm-client/app/etc/AppDefaults.js
+++ b/afm-client/app/etc/AppDefaults.js
@@ -32,7 +32,7 @@ config = {
UPLOAD_DIR: '/tmp/uploads', // directory destination for uploaded files [/api/post/upload]
// EXPRESS WEB server config [note: URLBASE generate rewriting rules]
- EXPRESS_HOST : 'localhost', // HTTP will only listen on related Internet interface
+ EXPRESS_HOST : '', // HTTP will only listen on related Internet interface
EXPRESS_PORT : 4000, // HTTP port
EXPRESS_LOGDIR : __dirname + '/../../log', // httpd log file
EXPRESS_SECRET : Math.random().toString(36).slice(2), // [default cookie session]