From e53e5d527fe0b8dcd62989359702aa9ff773cd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 2 Feb 2019 14:59:03 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20settings.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.js b/settings.js index 65a44aa..aa6422f 100644 --- a/settings.js +++ b/settings.js @@ -89,6 +89,7 @@ module.exports = { // To password protect the static content, the following property can be used. // The password must be an md5 hash eg.. 5f4dcc3b5aa765d61d8327deb882cf99 ('password') //httpStaticAuth: {user:"user",pass:"5f4dcc3b5aa765d61d8327deb882cf99"}, + httpStaticAuth: '%%ui_auth%%', // The following property can be used in place of 'httpAdminRoot' and 'httpNodeRoot', // to apply the same root to both parts.