Fix vault's consul service URL
This commit is contained in:
parent
953321ffe3
commit
36e837f6a9
|
@ -78,7 +78,7 @@ pkgs.devshell.mkShell {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "VAULT_ADDR";
|
name = "VAULT_ADDR";
|
||||||
value = "https://nomad.service.consul:8200";
|
value = "https://vault.service.consul:8200";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue