deploy fixes
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 25m45s

This commit is contained in:
2026-02-17 21:44:34 -08:00
parent 69ae23a1ae
commit b83c37b977
4 changed files with 37 additions and 4 deletions

View File

@@ -123,6 +123,8 @@ node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
**Get API Key**: [Google AI Studio](https://aistudio.google.com/app/apikey)
**Test Environment Note**: The test/staging environment **deliberately omits** `GEMINI_API_KEY` to preserve free API quota. This is intentional - the API has strict daily limits on the free tier, and we want to reserve tokens for production use. AI features will be non-functional in test, but all other features can be tested normally. Deploy warnings about missing `GEMINI_API_KEY` in test logs are expected and safe to ignore.
### Google Services
| Variable | Required | Description |