Skip to content

Commit

Permalink
Merge pull request #4984 from jinlinGuan/issue-4980-3
Browse files Browse the repository at this point in the history
fix: Add the Database related config back to SecretStore Setup
  • Loading branch information
cloudxxx8 authored Oct 29, 2024
2 parents 89254c1 + e50f344 commit c30ddf6
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 c30ddf6

Please sign in to comment.