Skip to content

Commit

Permalink
chore: Use tables in configuration for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 1, 2024
1 parent f1c1092 commit 3d3b7a7
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions configuration.example.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
organization = "revanced"
patches = { repository = "revanced-patches", asset-regex = "jar$", signature-asset-regex = "asc$", public-key-file = "patches-public-key.asc", public-key-id = 0 }
manager = { repository = "revanced-manager", asset-regex = "apk$" }
api-version = 1
cors-allowed-hosts = [
"revanced.app",
Expand All @@ -10,8 +7,21 @@ endpoint = "https://api.revanced.app"
old-api-endpoint = "https://old-api.revanced.app"
static-files-path = "static/root"
versioned-static-files-path = "static/versioned"
about-json-file-path = "about.json"
backend-service-name = "GitHub"
about-json-file-path = "about.json"
organization = "revanced"

[patches]
repository = "revanced-patches"
asset-regex = "jar$"
signature-asset-regex = "asc$"
public-key-file = "static/root/keys.asc"
public-key-id = 3897925568445097277

[manager]
repository = "revanced-manager"
asset-regex = "apk$"

[contributors-repositories]
revanced-patcher = "ReVanced Patcher"
revanced-patches = "ReVanced Patches"
Expand Down

0 comments on commit 3d3b7a7

Please sign in to comment.