From 87fa0e67ef2722630b21fcf530a3888581fd9d4f Mon Sep 17 00:00:00 2001 From: Sergio Matias Urquin Date: Sat, 30 Aug 2025 21:18:08 -0600 Subject: [PATCH] Point thalos vault --- Core.Thalos.Service.API/appsettings.Local.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core.Thalos.Service.API/appsettings.Local.json b/Core.Thalos.Service.API/appsettings.Local.json index 1d22d11..c7f9e70 100644 --- a/Core.Thalos.Service.API/appsettings.Local.json +++ b/Core.Thalos.Service.API/appsettings.Local.json @@ -16,7 +16,7 @@ "Vault": { "Address": "https://vault.dream-views.com/:8200", "Token": "hvs.X11GqTbPzz4i5O4p6Mcduz7p", - "SecretMount": "secret" + "SecretMount": "thalos" }, "IdentityProviders": { "Google": true,