Преглед изворни кода

add custom endpoint environment variable

pull/132/head
Alexander Acevedo пре 7 година
committed by GitHub
родитељ
комит
3953705682
No known key found for this signature in database GPG Key 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…
Откажи
Сачувај