use only port

This commit is contained in:
Robin Olsen
2026-02-18 14:26:55 +01:00
parent ea7c4fa01f
commit e8fffba752

View File

@@ -27,7 +27,7 @@ func (t *CodingTask) Config() task.TaskConfig {
IssuePrefix: "pm",
BeadsDBPath: "./.pm/db.db",
StatisticsStoragePath: "./.pm/coding-stats.json",
WebAddress: "localhost:8080",
WebAddress: ":8080",
}
}