更新 settings.js

master
钟进 6 years ago
parent 459f17370d
commit 5f14b2b280

@ -64,7 +64,7 @@ module.exports = {
// By default, the Node-RED UI is available at http://localhost:1880/
// The following property can be used to specify a different root path.
// If set to false, this is disabled.
//httpAdminRoot: '/admin',
httpAdminRoot: "'%%httpRoot%%'",
// You can protect the user interface with a userid and password by using the following property.
// The password must be an md5 hash eg.. 5f4dcc3b5aa765d61d8327deb882cf99 ('password')
@ -92,7 +92,7 @@ module.exports = {
// The following property can be used in place of 'httpAdminRoot' and 'httpNodeRoot',
// to apply the same root to both parts.
httpRoot: "'%%httpRoot%%'",
//httpRoot: "'%%httpRoot%%'",
// The following property can be used in place of 'httpAdminAuth' and 'httpNodeAuth',
// to apply the same authentication to both parts.

Loading…
Cancel
Save