From a25c7c2110e406327e074f237d1facc944df6b95 Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:20:03 +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.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-env.sh b/vault-env.sh index c484c31..5868725 100644 --- a/vault-env.sh +++ b/vault-env.sh @@ -2,7 +2,7 @@ # Vault environment configuration for bash/zsh # Vault server address -export VAULT_ADDR="https://vault.anvil.it.com" +export VAULT_ADDR="https://hcv.inouter.com" # Use token from systemd service export VAULT_TOKEN=$(cat /var/lib/vault/vault-token 2>/dev/null || echo "")