File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -88,23 +88,24 @@ make docker.run
8888# .env
8989
9090# Server settings:
91- SERVER_URL =" 0.0.0.0:5000 "
92- 93- SERVER_EMAIL_PASSWORD = " secret "
91+ SERVER_HOST =" 0.0.0.0"
92+ SERVER_PORT =5000
93+ SERVER_READ_TIMEOUT =60
9494
9595# JWT settings:
9696JWT_SECRET_KEY =" secret"
9797JWT_REFRESH_KEY =" refresh"
9898
9999# Database settings:
100- DB_SERVER_URL =" host=localhost port=5432 user=postgres password=password dbname=postgres sslmode=disable"
100+ DB_HOST =" localhost"
101+ DB_PORT =5432
102+ DB_USER =" postgres"
103+ DB_PASSWORD =" password"
104+ DB_NAME =" postgres"
105+ DB_SSL_MODE =" disable"
101106DB_MAX_CONNECTIONS =100
102107DB_MAX_IDLE_CONNECTIONS =10
103108DB_MAX_LIFETIME_CONNECTIONS =2
104-
105- # SMTP severs settings:
106- SMTP_SERVER =" smtp.example.com"
107- SMTP_PORT =25
108109```
109110
110111## ⚠️ License
You can’t perform that action at this time.
0 commit comments