Use same db for tasks.

This commit is contained in:
mikestefanello 2024-06-19 12:51:54 -04:00
parent 8abe5e5f02
commit edf9af8fc4
3 changed files with 54 additions and 39 deletions

View file

@ -106,6 +106,7 @@ type (
// TasksConfig stores the tasks configuration
TasksConfig struct {
// TODO remove separate DB?
Driver string
Connection string
TestConnection string