Files
evening_detective_server/.env.example
T
2026-07-11 13:14:30 +07:00

9 lines
242 B
Bash

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/evening_detective_server?sslmode=disable
SMTP_HOST=mail.crabs-games.art
SMTP_PORT=465
SMTP_USER=evening_detective@crabs-games.art
SMTP_PASSWORD=your_password
JWT_SECRET=your_secret