ソースを参照

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 %}

読み込み中…
キャンセル
保存