managarten/services/mana-crawler
Till JS c5a4c5158f fix(mana-crawler): default DATABASE_URL to mana_platform in dev
The Go binary's config.go hardcoded "postgresql://…/mana" as the
DATABASE_URL fallback, but no database named "mana" exists locally
or in the macmini compose stack — the platform DB is mana_platform.
Anyone running the crawler without an explicit override got a
"database \"mana\" does not exist" crash at startup. The dev:crawler
script in package.json had been papering over this by setting
DATABASE_URL explicitly; drop that override now that the binary
default is correct.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 18:18:19 +02:00
..
cmd/server feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
internal fix(mana-crawler): default DATABASE_URL to mana_platform in dev 2026-04-15 18:18:19 +02:00
.gitignore refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
CLAUDE.md refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
Dockerfile feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
go.mod chore: complete ManaCore → Mana rename (docs, go modules, plists, images) 2026-04-07 12:26:10 +02:00
go.sum refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
package.json refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00