mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
6 lines
68 B
Go
6 lines
68 B
Go
package config
|
|
|
|
type DBConfig struct {
|
|
Path string `yaml:"path"`
|
|
}
|