chore: update backend .env.example

This commit is contained in:
Tiago Yamamoto 2025-12-20 10:12:02 -03:00
parent 25cee3911c
commit c3006064f7

View file

@ -4,13 +4,10 @@
# Application Settings
APP_NAME=saveinmed-performance-core
PORT=8214
BACKEND_PORT=8214
# Database Configuration
DATABASE_URL=postgres://user:password@host:port/dbname?sslmode=disable
DB_MAX_OPEN_CONNS=25
DB_MAX_IDLE_CONNS=25
DB_CONN_MAX_IDLE=15m
# JWT Authentication
JWT_SECRET=your-secret-key-here