mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
24 lines
933 B
TOML
24 lines
933 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 }
|
|
integrations = { repository = "revanced-integrations", asset-regex = "apk$", signature-asset-regex = "asc$", public-key-file = "integrations-public-key.asc", public-key-id = 0 }
|
|
manager = { repository = "revanced-manager", asset-regex = "apk$" }
|
|
contributors-repositories = [
|
|
"revanced-patcher",
|
|
"revanced-patches",
|
|
"revanced-integrations",
|
|
"revanced-website",
|
|
"revanced-cli",
|
|
"revanced-manager",
|
|
]
|
|
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"
|