mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 14:14:29 +02:00
20 lines
787 B
TOML
20 lines
787 B
TOML
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",
|
|
"*.revanced.app"
|
|
]
|
|
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"
|
|
[contributors-repositories]
|
|
revanced-patcher = "ReVanced Patcher"
|
|
revanced-patches = "ReVanced Patches"
|
|
revanced-website = "ReVanced Website"
|
|
revanced-cli = "ReVanced CLI"
|
|
revanced-manager = "ReVanced Manager" |