chore: update backend .env.example
This commit is contained in:
parent
25cee3911c
commit
c3006064f7
1 changed files with 1 additions and 4 deletions
|
|
@ -4,13 +4,10 @@
|
||||||
|
|
||||||
# Application Settings
|
# Application Settings
|
||||||
APP_NAME=saveinmed-performance-core
|
APP_NAME=saveinmed-performance-core
|
||||||
PORT=8214
|
BACKEND_PORT=8214
|
||||||
|
|
||||||
# Database Configuration
|
# Database Configuration
|
||||||
DATABASE_URL=postgres://user:password@host:port/dbname?sslmode=disable
|
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 Authentication
|
||||||
JWT_SECRET=your-secret-key-here
|
JWT_SECRET=your-secret-key-here
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue