summaryrefslogtreecommitdiffstats
path: root/afm-client/app/etc/AppDefaults.js
diff options
context:
space:
mode:
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]