15 lines
316 B
Bash
15 lines
316 B
Bash
# Database Configuration
|
|
DB_USER=desker
|
|
DB_PASSWORD=desker
|
|
DB_NAME=desker
|
|
DB_PORT_EXTERNAL=5433
|
|
|
|
# API Configuration
|
|
API_PORT_EXTERNAL=3891
|
|
JWT_SECRET=super-secret-change-me-for-security
|
|
WEB_ORIGIN=http://localhost:3890
|
|
|
|
# Web Application Configuration
|
|
WEB_PORT_EXTERNAL=3890
|
|
VITE_API_BASE_URL=http://localhost:3891
|