Skip to content
Open
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: change to redis://localhost:6379 if running Redis on the host.
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
445 changes: 208 additions & 237 deletions .github/workflows/deploy.yml

Large diffs are not rendered by default.

Loading
Loading