Skip to content

Commit

Permalink
fix: Add the Database related config back to SecretStore Setup
Browse files Browse the repository at this point in the history
Signed-off-by: Ginny Guan <[email protected]>
  • Loading branch information
jinlinGuan committed Oct 29, 2024
1 parent 89254c1 commit e50f344
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/security-secretstore-setup/res/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e50f344

Please sign in to comment.