summaryrefslogtreecommitdiffstats
path: root/sms-service/bin/deploy/vault.json
diff options
context:
space:
mode:
Diffstat (limited to 'sms-service/bin/deploy/vault.json')
-rw-r--r--sms-service/bin/deploy/vault.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/sms-service/bin/deploy/vault.json b/sms-service/bin/deploy/vault.json
new file mode 100644
index 0000000..2af9ce5
--- /dev/null
+++ b/sms-service/bin/deploy/vault.json
@@ -0,0 +1,10 @@
+storage "consul" {
+ address = "sms-consul:8500"
+ path = "smsvault"
+}
+
+listener "tcp" {
+ address = "[::]:8200"
+ tls_disable = true
+}
+disable_mlock = true \ No newline at end of file