13 lines
224 B
Bash
13 lines
224 B
Bash
# Server Configuration
|
|
PORT=3001
|
|
|
|
# Database Configuration
|
|
DB_HOST=192.168.10.150
|
|
DB_PORT=3306
|
|
DB_USER=admin
|
|
DB_PASSWORD='Dx.1706%'
|
|
DB_NAME=TELCOTRONICS
|
|
|
|
# Security / Session
|
|
SESSION_SECRET='Microbot%'
|
|
JWT_SECRET='Microbot&' |