Skip to content

Commit 64fd3ec

Browse files
committed
fix(infra): add upload endpoint to env batcher template
1 parent de8b92a commit 64fd3ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/ansible/playbooks/templates/config-files/env-batcher.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ AWS_REGION={{ region }}
33
AWS_ACCESS_KEY_ID={{ access_key_id }}
44
AWS_BUCKET_NAME={{ bucket_name }}
55
DOWNLOAD_ENDPOINT={{ download_endpoint }}
6+
UPLOAD_ENDPOINT={{ upload_endpoint }}
67
RUST_LOG={{ log_level }} # info, debug, error, warn, etc.

0 commit comments

Comments
 (0)