composer: Disable artifacts for the service
When backed by a DB, composer has no need of a queue directory. This also addresses "Error moving artifacts for job" logging noise. Signed-off-by: sanne <sanne.raymaekers@gmail.com>
This commit is contained in:
parent
487e2d0669
commit
60d4f5a751
5 changed files with 16 additions and 8 deletions
|
|
@ -1259,6 +1259,7 @@ jwt_acl_file = ""
|
|||
[worker]
|
||||
pg_host = "localhost"
|
||||
pg_port = "5432"
|
||||
enable_artifacts = false
|
||||
pg_database = "osbuildcomposer"
|
||||
pg_user = "postgres"
|
||||
pg_password = "foobar"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue