ceremonyclient/node/config/db.go
2023-08-20 23:07:43 -05:00

6 lines
68 B
Go

package config
type DBConfig struct {
Path string `yaml:"path"`
}