-
Notifications
You must be signed in to change notification settings - Fork 0
/
flow.json
87 lines (87 loc) · 1.4 KB
/
flow.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
{
"id": "f51d5aecb225f818",
"type": "http-basic-auth",
"z": "d9a661f4.ef966",
"name": "",
"file": "",
"multiple": "",
"realm": "node-red",
"username": "test",
"password": "$2y$10$5TSZDldoJ7MxDZdtK/SG2O3cwORqLDhHabYlKX9OsM.W/Z/oLwKW6",
"x": 1030,
"y": 100,
"wires": [
[
"6ef8ccf5965075f1"
],
[
"a230b772edd4ea9c"
]
]
},
{
"id": "449f0a654d24daf3",
"type": "http in",
"z": "d9a661f4.ef966",
"name": "",
"url": "/basic-auth-demo",
"method": "get",
"upload": false,
"swaggerDoc": "",
"x": 790,
"y": 100,
"wires": [
[
"f51d5aecb225f818"
]
]
},
{
"id": "57b04097f0b0647d",
"type": "http response",
"z": "d9a661f4.ef966",
"name": "",
"statusCode": "",
"headers": {},
"x": 1370,
"y": 80,
"wires": []
},
{
"id": "6ef8ccf5965075f1",
"type": "template",
"z": "d9a661f4.ef966",
"name": "",
"field": "payload",
"fieldType": "msg",
"format": "html",
"syntax": "plain",
"template": "<p>\nHello world!\n</p>\n",
"output": "str",
"x": 1240,
"y": 80,
"wires": [
[
"57b04097f0b0647d"
]
]
},
{
"id": "a230b772edd4ea9c",
"type": "debug",
"z": "d9a661f4.ef966",
"name": "Log error",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 1240,
"y": 120,
"wires": []
}
]