14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
PORT=4000
|
|
AUTH_JWT_SECRET=hTVLuGqhuKZW9HUnKzs83yvVBitlwc5d0PNfJqDRsRs=
|
|
DB_TYPE=postgres
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=pass123
|
|
DB_DATABASE=talkdb
|
|
DB_SYNCHRONIZE=true
|
|
SMTP_HOST=smtp.qq.com
|
|
SMTP_USER=450255477@qq.com
|
|
SMTP_PASSWORD=aqvjqhdmxrikbjjb
|
|
SMTP_FROM=pincman<450255477@qq.com>
|
|
SMTP_PORT=465 |