-
Notifications
You must be signed in to change notification settings - Fork 43
/
example-config.json
55 lines (55 loc) · 1.68 KB
/
example-config.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
{
"repos": {
"stable": {
"path": "repo",
"collection-id": "org.test.Stable",
"suggested-repo-name": "testrepo",
"runtime-repo-url": "https://dl.flathub.org/repo/flathub.flatpakrepo",
"gpg-key": null,
"base-url": null,
"subsets": {
"all": {
"collection-id": "org.test.Stable",
"base-url": null
},
"free": {
"collection-id": "org.test.Stable.test",
"base-url": null
}
}
},
"beta": {
"path": "beta-repo",
"collection-id": "org.test.Beta",
"suggested-repo-name": "testrepo-beta",
"runtime-repo-url": "https://dl.flathub.org/repo/flathub.flatpakrepo",
"gpg-key": null,
"hooks": {
"publish": ["true"],
"checks": {
"example-check": {
"command": ["true"],
"reviewable": true
}
}
},
"subsets": {
"all": {
"collection-id": "org.test.Beta",
"base-url": null
},
"free": {
"collection-id": "org.test.Beta.test",
"base-url": null
}
}
}
},
"port": 8080,
"delay-update-secs": 10,
"database-url": "postgres://%2Fvar%2Frun%2Fpostgresql/repo",
"build-repo-base": "build-repo",
"build-gpg-key": null,
"gpg-homedir": null,
"secret": "c2VjcmV0"
}