We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8b92a commit 64fd3ecCopy full SHA for 64fd3ec
1 file changed
infra/ansible/playbooks/templates/config-files/env-batcher.j2
@@ -3,4 +3,5 @@ AWS_REGION={{ region }}
3
AWS_ACCESS_KEY_ID={{ access_key_id }}
4
AWS_BUCKET_NAME={{ bucket_name }}
5
DOWNLOAD_ENDPOINT={{ download_endpoint }}
6
+UPLOAD_ENDPOINT={{ upload_endpoint }}
7
RUST_LOG={{ log_level }} # info, debug, error, warn, etc.
0 commit comments