Skip to content

Commit

Permalink
refactor!: Change Database timeout to a duration string (#500)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Database Timeout type has changed from `int` to `string`

closes #499

Signed-off-by: Leonard Goodell <[email protected]>
  • Loading branch information
Lenny Goodell authored Mar 29, 2023
1 parent 02bbd1b commit 0c6b57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func NewSecretStoreInfo(serviceKey string) SecretStoreInfo {

type Database struct {
Type string
Timeout int
Timeout string
Host string
Port int
Name string
Expand Down

0 comments on commit 0c6b57a

Please sign in to comment.