readme.md
This commit is contained in:
parent
dc39677783
commit
2a095bb858
30
readme.md
30
readme.md
@ -169,26 +169,36 @@ NODE_ENV=development
|
|||||||
|
|
||||||
# Database Configuration
|
# Database Configuration
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_PORT=5432
|
DB_USER=root
|
||||||
DB_NAME=spurrinai
|
DB_PASSWORD=Admin@123
|
||||||
DB_USER=postgres
|
DB_NAME=spurrintest
|
||||||
DB_PASSWORD=your_password
|
|
||||||
|
|
||||||
# JWT Configuration
|
# JWT Configuration
|
||||||
JWT_SECRET=your_jwt_secret
|
JWT_ACCESS_TOKEN_SECRET=jN4!pY9*d#T2@x$L7wq&Z8^gFc%X5@K#m
|
||||||
JWT_EXPIRES_IN=24h
|
JWT_REFRESH_TOKEN_SECRET=Lx$Z7#T2^d&n9!Y4%K8@Fcg*m#qX5p@wL
|
||||||
|
JWT_ACCESS_TOKEN_EXPIRY=5h
|
||||||
|
JWT_REFRESH_TOKEN_EXPIRY=7d
|
||||||
|
|
||||||
# Email Configuration
|
# Email Configuration
|
||||||
SMTP_HOST=smtp.gmail.com
|
EMAIL_HOST="smtp.zoho.com"
|
||||||
SMTP_PORT=587
|
SENDER_PORT = 465
|
||||||
SMTP_USER=your_email@gmail.com
|
SENDER_SECURITY = true
|
||||||
SMTP_PASS=your_app_password
|
EMAIL_USER="kavya.j@tech4biz.io"
|
||||||
|
EMAIL_PASS="8pQfkBw8gbrz"
|
||||||
|
|
||||||
# File Upload Configuration
|
# File Upload Configuration
|
||||||
UPLOAD_DIR=uploads
|
UPLOAD_DIR=uploads
|
||||||
MAX_FILE_SIZE=5242880 # 5MB
|
MAX_FILE_SIZE=5242880 # 5MB
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# urls and certificates
|
||||||
|
BACK_URL = http://localhost:3000/
|
||||||
|
DOMAIN_url = http://localhost:3000/
|
||||||
|
FLASK_BASE_URL = http://localhost:5000/
|
||||||
|
|
||||||
|
SSL_CERT = "/home/ubuntu/spurrin-cleaned-node/certificates/fullchain.pem"
|
||||||
|
SSL_KEY = "/home/ubuntu/spurrinai-backend-node/certificates/privkey.pem"
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
For support, please contact:
|
For support, please contact:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user