mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 14:14:29 +02:00
29 lines
743 B
TOML
29 lines
743 B
TOML
api-version = 1
|
|
cors-allowed-hosts = [
|
|
"revanced.app",
|
|
"*.revanced.app"
|
|
]
|
|
endpoint = "https://api.revanced.app"
|
|
static-files-path = "static/root"
|
|
versioned-static-files-path = "static/versioned"
|
|
backend-service-name = "GitHub"
|
|
about-json-file-path = "about.json"
|
|
organization = "revanced"
|
|
|
|
[patches]
|
|
repository = "revanced-patches"
|
|
asset-regex = "rvp$"
|
|
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"
|
|
revanced-website = "ReVanced Website"
|
|
revanced-cli = "ReVanced CLI"
|
|
revanced-manager = "ReVanced Manager" |