Start
This commit is contained in:
24
.env.example
Normal file
24
.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user