From e50f3449e20572125b92625ae317cdfb1f944488 Mon Sep 17 00:00:00 2001 From: Ginny Guan Date: Tue, 29 Oct 2024 09:48:20 +0800 Subject: [PATCH] fix: Add the Database related config back to SecretStore Setup Signed-off-by: Ginny Guan --- cmd/security-secretstore-setup/res/configuration.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/security-secretstore-setup/res/configuration.yaml b/cmd/security-secretstore-setup/res/configuration.yaml index 0b9769c623..2d6a280972 100644 --- a/cmd/security-secretstore-setup/res/configuration.yaml +++ b/cmd/security-secretstore-setup/res/configuration.yaml @@ -38,6 +38,11 @@ SecretStore: PasswordProviderArgs: [] RevokeRootTokens: true ConsulSecretsAdminTokenPath: /tmp/edgex/secrets/edgex-consul/admin/token.json +Database: + Host: "localhost" + Port: 5432 + Timeout: "5s" + Type: "postgres" Databases: admin: Username: admin