From 40a9a6d2d71ed6262723418d471933cb8000d550 Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:20:02 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20anvil.it.com=20=E2=86=92=20inouter.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vault-env.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-env.fish b/vault-env.fish index 4fb6bfb..01f8323 100644 --- a/vault-env.fish +++ b/vault-env.fish @@ -1,7 +1,7 @@ # Vault environment configuration for fish shell # Vault server address -set -gx VAULT_ADDR "https://vault.anvil.it.com" +set -gx VAULT_ADDR "https://hcv.inouter.com" # Use token from systemd service set -gx VAULT_TOKEN (cat /var/lib/vault/vault-token 2>/dev/null; or echo "")