Fixed Mutiple AutoStart Call and Refresh Token
[src/app-framework-demo.git] / afm-client / app / etc / AppDefaults.js
index b0eb1a8..1825c45 100644 (file)
@@ -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]