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:
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user