Files
Antoni Nuñez Romeu 849763896d
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
security: harden production configuration and routes
2026-07-22 17:24:54 +02:00

18 lines
385 B
Bash

# Parapharmacy API Configuration
PORT=3002
NODE_ENV=development
# MongoDB
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