Skip to content

Instantly share code, notes, and snippets.

@robearlam
Created April 12, 2020 01:27
Show Gist options
  • Save robearlam/6983891d2553867c4dfaca28326b190f to your computer and use it in GitHub Desktop.
Save robearlam/6983891d2553867c4dfaca28326b190f to your computer and use it in GitHub Desktop.
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