Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ SUPABASE_SERVICE_ROLE_KEY=
SUPABASE_JWT_SECRET=

# --- Redis ---
REDIS_URL=redis://localhost:6379
# Production/Docker: Redis runs as 'redis' container on api_network (canonical contract).
# Local development with Redis on the host: override REDIS_URL in your local .env (see docs/env-contract.md).
REDIS_URL=redis://redis:6379

# --- Security ---
METRICS_SCRAPE_TOKEN=
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Closes #
## Final Checklist

- [ ] PR title follows conventional commit format (`type(scope): description`)
- [ ] Branch name follows convention (`feat/*`, `fix/*`, `infra/*`, etc.)
- [ ] Branch name follows convention (`feat/*`, `fix/*`, `docs/*`, etc.)
- [ ] No debug logs, commented-out code, or `TODO` / `FIXME` left in diff
- [ ] No secrets or credentials committed
- [ ] Relevant documentation updated (if applicable)
Expand Down
450 changes: 213 additions & 237 deletions .github/workflows/deploy.yml

Large diffs are not rendered by default.

Loading
Loading