asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-25 01:23:39 +02:00
parent 30fe39cd6c
commit 5ffdf5c5a7
2 changed files with 12 additions and 0 deletions

View File

@@ -3,5 +3,11 @@
declare(strict_types=1);
return [
'base_url' => 'https://gitea.int.kusche.berlin/api/v1',
'token' => '',
'owner' => 'private',
'repositories' => [],
'poll_idle_seconds' => 5,
'poll_running_seconds' => 1,
'visibility' => 'admins',
];