generated from VLADIMIR/template
9 lines
242 B
Bash
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
|