mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
23 lines
331 B
INI
23 lines
331 B
INI
[auth]
|
|
target = configuration
|
|
|
|
[build]
|
|
triggers = ahriman.core.upload.UploadTrigger ahriman.core.report.ReportTrigger
|
|
|
|
[status]
|
|
address = http://backend:8080
|
|
username = demo
|
|
password = $AHRIMAN_PASSWORD
|
|
|
|
[report]
|
|
target = remote-call
|
|
|
|
[remote-call]
|
|
manual = yes
|
|
wait_timeout = 0
|
|
|
|
[upload]
|
|
target = remote-service
|
|
|
|
[remote-service]
|