Skip to content

Commit

Permalink
Merge pull request #3116 from nspcc-dev/2931-DBconfig-docs
Browse files Browse the repository at this point in the history
Fix `DBConfiguration` description
  • Loading branch information
roman-khimov authored Sep 4, 2023
2 parents 0d30c83 + 59f7242 commit cb14322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/core/storage/dbconfig/store_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Package dbconfig is a micropackage that contains storage DB configuration option
package dbconfig

type (
// DBConfiguration describes configuration for DB. Supported: 'levelDB', 'boltDB'.
// DBConfiguration describes configuration for DB. Supported types:
// [LevelDB], [BoltDB] or [InMemoryDB] (not recommended for production usage).
DBConfiguration struct {
Type string `yaml:"Type"`
LevelDBOptions LevelDBOptions `yaml:"LevelDBOptions"`
Expand Down

0 comments on commit cb14322

Please sign in to comment.