mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
chore: Use tables in configuration for readability
This commit is contained in:
parent
f1c10928ae
commit
3d3b7a7af8
@ -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
|
api-version = 1
|
||||||
cors-allowed-hosts = [
|
cors-allowed-hosts = [
|
||||||
"revanced.app",
|
"revanced.app",
|
||||||
@ -10,8 +7,21 @@ endpoint = "https://api.revanced.app"
|
|||||||
old-api-endpoint = "https://old-api.revanced.app"
|
old-api-endpoint = "https://old-api.revanced.app"
|
||||||
static-files-path = "static/root"
|
static-files-path = "static/root"
|
||||||
versioned-static-files-path = "static/versioned"
|
versioned-static-files-path = "static/versioned"
|
||||||
about-json-file-path = "about.json"
|
|
||||||
backend-service-name = "GitHub"
|
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]
|
[contributors-repositories]
|
||||||
revanced-patcher = "ReVanced Patcher"
|
revanced-patcher = "ReVanced Patcher"
|
||||||
revanced-patches = "ReVanced Patches"
|
revanced-patches = "ReVanced Patches"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user