security: harden production configuration and routes
Run Tests on Branches / Detect Changes (push) Successful in 12s
Run Tests on Branches / Frontend Tests (push) Successful in 2m12s
Run Tests on Branches / Frontend Mobile Tests (push) Has been skipped
Run Tests on Branches / Parapharmacy API Tests (push) Successful in 2m2s
Run Tests on Branches / PIP Platform Tests (push) Has been skipped
Run Tests on Branches / Backend Tests (push) Successful in 2m8s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-22 17:24:54 +02:00
parent f60af5f6b2
commit 849763896d
21 changed files with 638 additions and 68 deletions
+4
View File
@@ -8,6 +8,10 @@ MONGODB_URI=mongodb://localhost:27017/parapharmacy
# CORS
CORS_ORIGIN=http://localhost:3000
# Internal credentials (generate unique random values outside local tests)
INGEST_API_KEY=dev-ingest-key-change-me
ADMIN_API_KEY=dev-admin-key-change-me
# Rate Limiting
RATE_LIMIT_WINDOW_MS=60000
RATE_LIMIT_MAX=100