Files
desktop/config/gitea.php
Lars Gebhardt-Kusche 99ca2c401c
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped
adsad
2026-06-25 01:33:21 +02:00

14 lines
269 B
PHP

<?php
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' => 3,
'visibility' => 'admins',
];