generated from VLADIMIR/template
14 lines
340 B
Bash
14 lines
340 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
|
|
|
|
S3_HOST=http://0.0.0.0:9000
|
|
S3_USER=rustfs
|
|
S3_PASSWORD=your_password
|
|
S3_BUCKET=evening-detective
|