Commit 765d387
fix(render): remove broken fromDatabase reference for WMG_DB_URL
The render.yaml had a fromDatabase reference to worldmodel-gym-db
(paid plan basic-256mb) that was never provisioned through the
blueprint. This caused WMG_DB_URL to resolve to an empty string,
crashing the app on startup (exit status 3).
Changes:
- Remove databases section (DB managed manually via Render dashboard)
- Remove fromDatabase WMG_DB_URL (set manually with credentials)
- Add WMG_LEGACY_UPLOAD_TOKEN_ENABLED=false to disable legacy auth
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 71a44e8 commit 765d387
1 file changed
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
| |||
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 13 | + | |
| 14 | + | |
21 | 15 | | |
22 | 16 | | |
23 | 17 | | |
| |||
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
| 25 | + | |
| 26 | + | |
31 | 27 | | |
32 | 28 | | |
0 commit comments