Created
April 12, 2020 01:27
-
-
Save robearlam/6983891d2553867c4dfaca28326b190f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
disable_cache = true | |
disable_mlock = true | |
ui = true | |
listener "tcp" { | |
address = "0.0.0.0:8200" | |
tls_disable = 0 | |
tls_cert_file = "/etc/letsencrypt/live/<<DOMAIN_NAME>>/fullchain.pem" | |
tls_key_file = "/etc/letsencrypt/live/<<DOMAIN_NAME>>/privkey.pem" | |
} | |
storage "azure" { | |
accountName = "<<AZURE_STORAGE_ACCOUNT_NAME>>" | |
accountKey = "<<AZURE_STORAGE_ACCOUNT_KEY>>" | |
container = "<<AZURE_STORAGE_CONTAINER>>" | |
environment = "<<AZURE_STORAGE_ENVIRONMENT>>" | |
} | |
max_lease_ttl = "10h" | |
default_lease_ttl = "10h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment