add env variable for hashicorp

This commit is contained in:
vincent 2022-05-07 22:38:03 +02:00
parent f1326980aa
commit 199f4fe16f

3
zsh/.zshrc.d/env Normal file
View File

@ -0,0 +1,3 @@
export NOMAD_ADDR="http://nomad.service.consul:4646"
export VAULT_ADDR="http://active.vault.service.consul:8200/"
export CONSUL_HTTP_ADDR="http://consul.service.consul:8500"