mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
* add workers autodicsovery feature * suppress erros while retrieving worker list * update recipes * fix tests and update docs * filter health checks * ping based workers
14 lines
352 B
INI
14 lines
352 B
INI
[auth]
|
|
target = configuration
|
|
|
|
[build]
|
|
triggers = ahriman.core.distributed.WorkerLoaderTrigger ahriman.core.gitremote.RemotePullTrigger ahriman.core.report.ReportTrigger ahriman.core.upload.UploadTrigger ahriman.core.gitremote.RemotePushTrigger
|
|
|
|
[status]
|
|
username = demo
|
|
password = $AHRIMAN_PASSWORD
|
|
|
|
[web]
|
|
enable_archive_upload = yes
|
|
wait_timeout = 0
|