From 366fed15806599678b05929f54318983def6001b Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 12 Feb 2016 17:46:35 +0100 Subject: Fixed Mutiple AutoStart Call and Refresh Token --- afm-client/app/etc/AppDefaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'afm-client/app/etc') 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] -- cgit 1.2.3-korg