Files
DentalManagement2025/apps/Backend/.env.example
2025-06-01 14:04:31 +05:30

5 lines
162 B
Plaintext

HOST="localhost"
PORT=3000
FRONTEND_URL="http://localhost:3000"
JWT_SECRET = 'dentalsecret'
DATABASE_URL=postgresql://postgres:mypassword@localhost:5432/dentalapp