Commit graph

4 commits

Author SHA1 Message Date
Tiago Yamamoto
64d13581df feat: enable CORS in backoffice with configurable origins 2025-12-27 00:42:57 -03:00
Tiago Yamamoto
93da628362 chore: optimize Dockerfiles (distroless) and align JWT config
- Optimized Backoffice Dockerfile: node:22-alpine -> gcr.io/distroless/nodejs22-debian12
- Optimized BFF Dockerfile: python:3.12-slim -> gcr.io/distroless/python3-debian12
- Updated Backoffice Auth to use JWT_SECRET for local verification
- Updated .env.example with correct env vars
2025-12-27 00:36:26 -03:00
Tiago Yamamoto
0e5c93ec6c feat: add automated db tests and update env examples 2025-12-18 08:13:19 -03:00
Tiago Yamamoto
fc4e3df02d feat: implement CORS and externalize payments config 2025-12-18 08:07:45 -03:00