25 lines
584 B
Plaintext
25 lines
584 B
Plaintext
# JWT Configuration
|
|
JWT_SECRET=your-jwt-secret-key-here
|
|
|
|
# Database Configuration
|
|
DATABASE_URL=jdbc:postgresql://localhost:5432/telemedicine
|
|
DATABASE_USERNAME=postgres
|
|
DATABASE_PASSWORD=your-database-password
|
|
|
|
# Email Configuration
|
|
MAIL_HOST=mail.gnxsoft.com
|
|
MAIL_PORT=587
|
|
MAIL_USERNAME=support@gnxsoft.com
|
|
MAIL_PASSWORD=your-email-password
|
|
|
|
# Gemini AI Configuration
|
|
GEMINI_API_KEY=your-gemini-api-key
|
|
|
|
# TURN Server Configuration
|
|
TURN_ENABLED=true
|
|
TURN_HOST=turn
|
|
TURN_PUBLIC_IP=your-public-ip
|
|
TURN_USERNAME=telemedicine
|
|
TURN_PASSWORD=your-turn-password
|
|
TURN_SECRET=your-turn-secret
|