diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-02-12 17:46:35 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-02-12 17:46:35 +0100 |
commit | 366fed15806599678b05929f54318983def6001b (patch) | |
tree | 8fe71412b8ae2ffe4d46a16b0a20d8dacf3b8b94 /afm-client/app/etc | |
parent | a79d1fc845f31cda41b55b0ffb9aa807732bbcd0 (diff) |
Fixed Mutiple AutoStart Call and Refresh Token
Diffstat (limited to 'afm-client/app/etc')
-rw-r--r-- | afm-client/app/etc/AppDefaults.js | 2 |
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] |