mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
Update app.ini
This commit is contained in:
parent
516ccd85e1
commit
ed91a35935
1 changed files with 8 additions and 0 deletions
|
@ -90,3 +90,11 @@ INTERNAL_TOKEN = __INTERNAL_TOKEN__
|
|||
|
||||
[oauth2]
|
||||
JWT_SECRET = __OAUTH2_JWT_SECRET__
|
||||
|
||||
[actions]
|
||||
ENABLED = true
|
||||
DEFAULT_ACTIONS_URL = https://__DOMAIN____PATH__
|
||||
ARTIFACT_RETENTION_DAYS = 90
|
||||
ZOMBIE_TASK_TIMEOUT = 10m
|
||||
ENDLESS_TASK_TIMEOUT = 3h
|
||||
ABANDONED_JOB_TIMEOUT = 24h
|
||||
|
|
Loading…
Reference in a new issue