浏览代码
add custom endpoint environment variable
pull/132/head
Alexander Acevedo
7 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
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 %} |