Skip to content

Commit 3d3b7a7

Browse files
committed
chore: Use tables in configuration for readability
1 parent f1c1092 commit 3d3b7a7

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

configuration.example.toml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
organization = "revanced"
2-
patches = { repository = "revanced-patches", asset-regex = "jar$", signature-asset-regex = "asc$", public-key-file = "patches-public-key.asc", public-key-id = 0 }
3-
manager = { repository = "revanced-manager", asset-regex = "apk$" }
41
api-version = 1
52
cors-allowed-hosts = [
63
"revanced.app",
@@ -10,8 +7,21 @@ endpoint = "https://api.revanced.app"
107
old-api-endpoint = "https://old-api.revanced.app"
118
static-files-path = "static/root"
129
versioned-static-files-path = "static/versioned"
13-
about-json-file-path = "about.json"
1410
backend-service-name = "GitHub"
11+
about-json-file-path = "about.json"
12+
organization = "revanced"
13+
14+
[patches]
15+
repository = "revanced-patches"
16+
asset-regex = "jar$"
17+
signature-asset-regex = "asc$"
18+
public-key-file = "static/root/keys.asc"
19+
public-key-id = 3897925568445097277
20+
21+
[manager]
22+
repository = "revanced-manager"
23+
asset-regex = "apk$"
24+
1525
[contributors-repositories]
1626
revanced-patcher = "ReVanced Patcher"
1727
revanced-patches = "ReVanced Patches"

0 commit comments

Comments
 (0)