11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
SESSION_SECRET=
|
|
MONGODB_CONN="mongodb://127.0.0.1:27017/howfeed"
|
|
SALT_WORK_FACTOR=10
|
|
API_TOKEN=token123
|
|
|
|
SMTP_SERVER=
|
|
SMTP_PORT=587
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
SMTP_RECIPIENTS="a@example.com, b@example.com"
|