瀏覽代碼

add custom endpoint environment variable

pull/132/head
Alexander Acevedo 7 年之前
committed by GitHub
父節點
當前提交
3953705682
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      roles/matrix-synapse/templates/goofys/env-goofys.j2

+ 2
- 1
roles/matrix-synapse/templates/goofys/env-goofys.j2 查看文件

@@ -1,2 +1,3 @@
AWS_ACCESS_KEY={{ matrix_s3_media_store_aws_access_key }}
AWS_SECRET_KEY={{ matrix_s3_media_store_aws_secret_key }}
AWS_SECRET_KEY={{ matrix_s3_media_store_aws_secret_key }}
{% matrix_s3_media_store_custom_endpoint_enabled %}ENDPOINT={{ matrix_s3_media_store_custom_endpoint }}{% endif %}

Loading…
取消
儲存