fix: correct inverted TESTING env check and leading space in .env (#23) #40

Merged
cal merged 1 commits from ai/paper-dynasty-database#23 into next-release 2026-03-03 21:44:26 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
9fc7a9449e fix: correct inverted TESTING env check and leading space in .env (#23)
- Change `== 'False'` to `== 'True'` so TESTING=True routes to dev URL
- Fix leading space on TESTING=TRUE in .env so the var is actually set
- Update .env comment to match corrected logic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 21:43:54 +00:00