Fix consul URL for cgn-1

This commit is contained in:
jhonas 2022-08-10 12:03:55 +02:00
parent d4f2d37930
commit a16a79ba67
Signed by: teutat3s
GPG key ID: 924889A86D0B0FEB

View file

@ -73,7 +73,7 @@ pkgs.devshell.mkShell {
}
{
name = "CONSUL_HTTP_ADDR";
value = "http://consul.service.consul:8500";
value = "http://consul.service.cgn-1.consul:8500";
}
{
name = "NOMAD_ADDR";