Init a first step for this

This commit is contained in:
Luke Murphy
2020-05-05 16:17:17 +02:00
commit 8578c75217
6 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,13 @@
module.exports = {
endpoint: "https://git.autonomic.zone/api/v1/",
token: "{{ secret "api-token-v1" }}",
platform: "gitea",
logLevel: "info",
onboarding: true,
onboardingConfig: {
extends: ["config:base"],
},
repositories: [
"autonomic-cooperative/gitea",
]
};