This commit is contained in:
Simon Martens
2024-11-09 23:58:16 +01:00
commit cd108bb5c5
9 changed files with 558 additions and 0 deletions

7
config.dev.json Normal file
View File

@@ -0,0 +1,7 @@
{
"git_url": "https://github.com/Theodor-Springmann-Stiftung/KGPZ.git",
"git_branch": "main",
"webhook_endpoint": "/webhook",
"webhook_secret": "secret",
"debug": true
}