Skip to content

Commit

Permalink
Add LexiconFile to DBS config
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 22, 2024
1 parent c51b0ff commit d063a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ type DataBookkeeping struct {
WebServer `mapstructure:"WebServer"`

DBFile string `mapstructure:"DBFile"` // dbs db file with secrets
LexiconFile string `mapstructure:"LexiconFile"` // dbs lexicon file
MaxDBConnections int `mapstructure:"MaxDbConnections"` // maximum number of DB connections
MaxIdleConnections int `mapstructure:"MaxIdleConnections"` // maximum number of idle connections
}
Expand Down

0 comments on commit d063a70

Please sign in to comment.