mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-22 18:29:56 +00:00
chore: add configuration recipes
This commit is contained in:
22
recipes/distributed/worker.ini
Normal file
22
recipes/distributed/worker.ini
Normal file
@ -0,0 +1,22 @@
|
||||
[auth]
|
||||
target = mapping
|
||||
|
||||
[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]
|
Reference in New Issue
Block a user