Hardcode+middleware

This commit is contained in:
Timo Knuth
2026-01-23 20:48:09 +01:00
parent ce4c6ab985
commit 74d0b5e7f2
8 changed files with 26 additions and 18 deletions

View File

@@ -3,6 +3,10 @@ NODE_ENV=development
PORT=3000
# Database Configuration (PostgreSQL)
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=qrmaster
# For local development (without Docker):
# DATABASE_URL=postgresql://postgres:postgres@localhost:5435/qrmaster?schema=public
# For Docker Compose (internal Docker network):