mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-22 02:47:26 +08:00
6 lines
68 B
Go
6 lines
68 B
Go
package config
|
|
|
|
type DBConfig struct {
|
|
Path string `yaml:"path"`
|
|
}
|