Use same db for tasks.
This commit is contained in:
parent
8abe5e5f02
commit
edf9af8fc4
3 changed files with 54 additions and 39 deletions
|
|
@ -106,6 +106,7 @@ type (
|
|||
|
||||
// TasksConfig stores the tasks configuration
|
||||
TasksConfig struct {
|
||||
// TODO remove separate DB?
|
||||
Driver string
|
||||
Connection string
|
||||
TestConnection string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue