forked from EduCraft/curriculum-project-hub
ac53d42a0a
CI hub-check reaches Postgres as the service hostname `postgres`, but helpers hard-coded 127.0.0.1:5432, so migrate ran against the service while vitest connected to the wrong place. Prefer env when set.