-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexampleConfig.json
More file actions
33 lines (32 loc) · 833 Bytes
/
Copy pathexampleConfig.json
File metadata and controls
33 lines (32 loc) · 833 Bytes
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
{
"dependencyTrack": {
"url": "http://apiserver:8080"
},
"repositories": [
{
"url": "https://github.com/BjarneRentz/obsidian-gemini-generator.git",
"targets": [
{
"projectId": "2fbbfb99-132e-4e8d-b253-4aa8d58aa505",
"type": "node"
}, {
"projectId": "2fbbfb99-1a4e-4e8d-b253-4aa8d58aa505",
"type": "java"
}
]
}
],
"applications": [
{
"name": "Immich",
"type": "node",
"projects": [
{
"name": "immich-web",
"version": "latest",
"isLatest": true
}
]
}
]
}