Update badger driver to use v2 by default.

pull/633/head
Mariano Cano 3 years ago
parent 492ff4b632
commit 66f6c73655

@ -654,7 +654,7 @@ func (p *PKI) GenerateConfig(opt ...ConfigOption) (*authconfig.Config, error) {
DNSNames: p.DnsNames,
Logger: []byte(`{"format": "text"}`),
DB: &db.Config{
Type: "badger",
Type: "badgerv2",
DataSource: GetDBPath(),
},
AuthorityConfig: &authconfig.AuthConfig{

Loading…
Cancel
Save