mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
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> |
||
|---|---|---|
| .. | ||
| config | ||
| crawler | ||
| db | ||
| handler | ||
| parser | ||
| robots | ||