From de37276ab64dfd126557912a69b71e9a59a84ad9 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Tue, 13 Jan 2026 13:22:20 +0100 Subject: [PATCH] build --- main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 4e60254..9739e1d 100755 --- a/main.py +++ b/main.py @@ -26,7 +26,8 @@ from prompt_toolkit.shortcuts import checkboxlist_dialog from prompt_toolkit.shortcuts import radiolist_dialog -VAULT_ADDR = os.environ.get("VAULT_ADDR", "http://192.168.77.101:8200") +# VAULT_ADDR = os.environ.get("VAULT_ADDR", "http://192.168.77.101:8200") +VAULT_ADDR = os.environ.get("VAULT_ADDR", "https://vault.sectorq.eu") try: VAULT_TOKEN = os.environ.get("VAULT_TOKEN") if VAULT_TOKEN is None: @@ -43,7 +44,7 @@ else: raise Exception("Failed to authenticate with Vault") # Specify the mount point of your KV engine -VERSION = "0.1.53" +VERSION = "0.1.54" defaults = { "endpoint_id": "vm01",