-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
47 lines (47 loc) · 1.07 KB
/
sample.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
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
{
"projects": [],
"secrets": [
{
"key": "SERVICE_1_API_PORT",
"value": "8001",
"note": "THIS IS A SAMPLE COMMENT",
"projectIds": [],
"id": "7a81e22c-24fd-4ea6-bf55-e7db7b3073e8"
},
{
"key": "SERVICE_1_WEB_PORT",
"value": "8002",
"note": "",
"projectIds": [],
"id": "0ab701db-a881-4a24-abc5-013b10e5cc71"
},
{
"key": "SERVICE_1_DATA",
"value": "/path/to/data/service_1",
"note": "",
"projectIds": [],
"id": "035fcc7e-8be4-41e8-bf0e-51df35be85f4"
},
{
"key": "SERVICE_2_API_PORT",
"value": "8003",
"note": "",
"projectIds": [],
"id": "62950196-c227-4cf8-9643-25c6d2f6270b"
},
{
"key": "SERVICE_2_WEB_PORT",
"value": "8004",
"note": "",
"projectIds": [],
"id": "f2696239-3769-49f7-8844-4e870cbb3fb0"
},
{
"key": "SERVICE_2_DATA",
"value": "/path/to/data/service_2",
"note": "Another comment",
"projectIds": [],
"id": "beca7b1e-2efc-42d4-9fe3-fa023a677365"
}
]
}