make db configurable
This commit is contained in:
@@ -26,6 +26,10 @@ type Conf struct {
|
||||
Logging struct {
|
||||
Level string
|
||||
}
|
||||
Db struct {
|
||||
Driver string
|
||||
ConnectTo string `yaml:"connect_to"`
|
||||
}
|
||||
Parser struct {
|
||||
Worker int
|
||||
}
|
||||
|
Reference in New Issue
Block a user