File tree 2 files changed +3
-3
lines changed
lib/commands/init/resources
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ module.exports = {
71
71
******************************************************************************/
72
72
73
73
/** 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.
75
75
*/
76
76
{ {^adminAuth} }
77
77
//adminAuth: {
@@ -123,7 +123,7 @@ module.exports = {
123
123
* including node-red-dashboard, or the static content (httpStatic), the
124
124
* following properties can be used.
125
125
* 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
127
127
*/
128
128
//httpNodeAuth: { user:" user" ,pass:" $2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN." } ,
129
129
//httpStaticAuth: { user:" user" ,pass:" $2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN." } ,
Original file line number Diff line number Diff line change 2
2
"name" : " node-red-admin" ,
3
3
"version" : " 3.1.3" ,
4
4
"description" : " The Node-RED admin command line interface" ,
5
- "homepage" : " http ://nodered.org" ,
5
+ "homepage" : " https ://nodered.org" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/node-red/node-red-admin/issues/"
8
8
},
You can’t perform that action at this time.
0 commit comments