feat: Implement health checks, rate limiting, and security headers for services, update Node.js versions, and add Prettier configuration for frontend.

This commit is contained in:
2026-03-12 17:09:05 -03:00
parent 5e3db5f2a2
commit f9f1238310
21 changed files with 966 additions and 109 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
# Database URLs for local development (outsite Docker)
# Database URLs for local development (outside Docker)
# Change 'db' to 'localhost' if running the services natively
CMS_DATABASE_URL=postgresql://user:password@localhost:5432/openccb_cms
LMS_DATABASE_URL=postgresql://user:password@localhost:5432/openccb_lms
# NOTE: If port 5432 is occupied, use 5433 instead
CMS_DATABASE_URL=postgresql://user:password@localhost:5433/openccb_cms
LMS_DATABASE_URL=postgresql://user:password@localhost:5433/openccb_lms
# General fallback
DATABASE_URL=postgresql://user:password@localhost:5432/openccb_cms
DATABASE_URL=postgresql://user:password@localhost:5433/openccb_cms
# JWT Secret
JWT_SECRET=supersecret