bundles/voc-tracker-worker: improve bundle

This commit is contained in:
Franzi 2022-04-27 05:40:20 +02:00
parent a38b66a7c5
commit 7fffdbab32
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,6 @@
export CRS_TRACKER="${url}"
export CRS_TOKEN="${token}"
export CRS_SECRET="${secret}"
% if use_vaapi:
export CRS_USE_VAAPI="yes"
% endif