-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
51 lines (51 loc) · 1.06 KB
/
Copy pathappsettings.json
File metadata and controls
51 lines (51 loc) · 1.06 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
48
49
50
51
{
"ExcelGenerator": {
"Filename": "graph.xlsx",
"NodeProperties": [
"Id",
"Name",
"Type",
"ParentId"
],
"EdgeProperties": [
"SourceId",
"TargetId"
]
},
"NotionVisualizer": {
"Databases": [
"15107e45-c756-44f4-9149-10c342b0d628",
"4fbeaabd-342a-4c1e-86c9-2baa96e81f92"
],
"EdgeDirections": [
{
"SourceContainer": "4fbeaabd-342a-4c1e-86c9-2baa96e81f92",
"TargetContainer": "15107e45-c756-44f4-9149-10c342b0d628"
},
{
"SourceContainer": "15107e45-c756-44f4-9149-10c342b0d628",
"TargetContainer": "15107e45-c756-44f4-9149-10c342b0d628"
}
],
"UseGenerators": [
"Cytoscape",
"Excel"
],
"SetParent": false
},
"NotionClient": {
"BaseUri": "https://api.notion.com/v1",
"ApiVersion": "2022-06-28",
"Token": "..."
},
"RestClient": {
"StoreJsonResponse": null
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}