Sfoglia il codice sorgente

add custom endpoint environment variable

pull/132/head
Alexander Acevedo 7 anni fa
committed by GitHub
parent
commit
3953705682
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      roles/matrix-synapse/templates/goofys/env-goofys.j2

+ 2
- 1
roles/matrix-synapse/templates/goofys/env-goofys.j2 Vedi File

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

Caricamento…
Annulla
Salva