mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
chore: Change docker compose file to example
This commit is contained in:
parent
9825865bbc
commit
8614e5eed6
3
.gitignore
vendored
3
.gitignore
vendored
@ -38,4 +38,5 @@ out/
|
||||
### Project ###
|
||||
.env
|
||||
persistence/
|
||||
configuration.toml
|
||||
configuration.toml
|
||||
docker-compose.yml
|
@ -1,5 +1,14 @@
|
||||
organization = "org"
|
||||
patches-repository = "patches"
|
||||
integrations-repositories = ["integrations"]
|
||||
contributors-repositories = ["patches", "integrations"]
|
||||
organization = "revanced"
|
||||
patches-repository = "revanced-patches"
|
||||
integrations-repositories = [
|
||||
"revanced-integrations"
|
||||
]
|
||||
contributors-repositories = [
|
||||
"revanced-patcher",
|
||||
"revanced-patches",
|
||||
"revanced-integrations",
|
||||
"revanced-website",
|
||||
"revanced-cli",
|
||||
"revanced-manager",
|
||||
]
|
||||
api-version = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user