forked from TrueCloudLab/certificates
Update badger driver to use v2 by default.
This commit is contained in:
parent
492ff4b632
commit
66f6c73655
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ func (p *PKI) GenerateConfig(opt ...ConfigOption) (*authconfig.Config, error) {
|
||||||
DNSNames: p.DnsNames,
|
DNSNames: p.DnsNames,
|
||||||
Logger: []byte(`{"format": "text"}`),
|
Logger: []byte(`{"format": "text"}`),
|
||||||
DB: &db.Config{
|
DB: &db.Config{
|
||||||
Type: "badger",
|
Type: "badgerv2",
|
||||||
DataSource: GetDBPath(),
|
DataSource: GetDBPath(),
|
||||||
},
|
},
|
||||||
AuthorityConfig: &authconfig.AuthConfig{
|
AuthorityConfig: &authconfig.AuthConfig{
|
||||||
|
|
Loading…
Reference in a new issue