Update config.json

This commit is contained in:
Alexandre
2021-01-31 09:09:57 +01:00
committed by GitHub
parent 41253cf4f4
commit 4a8eb28983

View File

@@ -20,14 +20,12 @@
"addon": [{ "slug": "addon slug", "beta": false, "fulltag": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }], "addon": [{ "slug": "addon slug", "beta": false, "fulltag": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }],
"gituser": "gituser", "gituser": "gituser",
"gitpass": "gitpassword", "gitpass": "gitpassword",
"gitmail": "youremail@gmail.com", "gitmail": "youremail@gmail.com"
"frequency": 7
}, },
"schema": { "schema": {
"addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "repository": "str", "upstream": "str"}], "addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "repository": "str", "upstream": "str"}],
"gituser": "str", "gituser": "str",
"gitpass": "str", "gitpass": "str",
"gitmail": "str", "gitmail": "str"
"frequency": "int"
} }
} }