managarten/services/mana-crawler/internal
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
..
config fix(mana-crawler): default DATABASE_URL to mana_platform in dev 2026-04-15 18:18:19 +02:00
crawler feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
db refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
handler feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
parser refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00
robots refactor(services): rename Go services, remove -go suffix 2026-03-28 10:18:40 +01:00