mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-10 21:36:18 +00:00
chore: Change docker compose file to example
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user