This commit is contained in:
parent
ab473f02be
commit
b2222e956a
2 changed files with 6 additions and 3 deletions
|
|
@ -85,7 +85,8 @@ func New(ctx context.Context, cfg config.Config) *App {
|
|||
newApp.modules = append(newApp.modules, m)
|
||||
|
||||
newApp.tasker = task.New(task.Deps{
|
||||
Addr: "",
|
||||
Host: cfg.TasksSource.Host,
|
||||
Port: cfg.TasksSource.Port,
|
||||
MerchProvider: m,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue