File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/commands/init/resources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ module.exports = {
7171 ******************************************************************************/
7272
7373 /** To password protect the Node-RED editor and admin API, the following
74- * property can be used. See http ://nodered.org/docs/security.html for details.
74+ * property can be used. See https ://nodered.org/docs/security.html for details.
7575 */
7676 { {^adminAuth} }
7777 //adminAuth: {
@@ -123,7 +123,7 @@ module.exports = {
123123 * including node-red-dashboard, or the static content (httpStatic), the
124124 * following properties can be used.
125125 * The `pass` field is a bcrypt hash of the password.
126- * See http ://nodered.org/docs/security.html#generating-the-password-hash
126+ * See https ://nodered.org/docs/security.html#generating-the-password-hash
127127 */
128128 //httpNodeAuth: { user:" user" ,pass:" $2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN." } ,
129129 //httpStaticAuth: { user:" user" ,pass:" $2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN." } ,
Original file line number Diff line number Diff line change 22 "name" : " node-red-admin" ,
33 "version" : " 3.1.3" ,
44 "description" : " The Node-RED admin command line interface" ,
5- "homepage" : " http ://nodered.org" ,
5+ "homepage" : " https ://nodered.org" ,
66 "bugs" : {
77 "url" : " https://github.com/node-red/node-red-admin/issues/"
88 },
You can’t perform that action at this time.
0 commit comments