Merge remote-tracking branch 'origin/main' into LPM-58
This commit is contained in:
@@ -17,7 +17,7 @@ func initializeServices(ctx context.Context) (*service.Services, func(), error)
|
||||
IssuePrefix: "pm",
|
||||
BeadsDBPath: "./.pm/db.db",
|
||||
StatisticsStoragePath: "./.pm/stats.json",
|
||||
WebAddress: "localhost:8080",
|
||||
WebAddress: ":8080",
|
||||
}
|
||||
return service.NewServices(ctx, config)
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ func (t *CreateIssueTask) Config() task.TaskConfig {
|
||||
IssuePrefix: "pm",
|
||||
BeadsDBPath: "./.pm/db.db",
|
||||
StatisticsStoragePath: "./.pm/task-1-stats.json",
|
||||
WebAddress: "localhost:8080",
|
||||
WebAddress: ":8080",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user