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
+1
View File
@@ -1,6 +1,7 @@
APP_NAME=PIP - Pharmacy Integration Platform
APP_VERSION=0.1.0
DEBUG=false
NODE_ENV=development
DATABASE_URL=postgresql+asyncpg://pip:pip-secret@localhost:5432/pip
DATABASE_POOL_SIZE=20