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
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_NAME=spurrinai
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=your_password
|
||||
DB_USER=root
|
||||
DB_PASSWORD=Admin@123
|
||||
DB_NAME=spurrintest
|
||||
|
||||
# JWT Configuration
|
||||
JWT_SECRET=your_jwt_secret
|
||||
JWT_EXPIRES_IN=24h
|
||||
JWT_ACCESS_TOKEN_SECRET=jN4!pY9*d#T2@x$L7wq&Z8^gFc%X5@K#m
|
||||
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
|
||||
SMTP_HOST=smtp.gmail.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=your_email@gmail.com
|
||||
SMTP_PASS=your_app_password
|
||||
EMAIL_HOST="smtp.zoho.com"
|
||||
SENDER_PORT = 465
|
||||
SENDER_SECURITY = true
|
||||
EMAIL_USER="kavya.j@tech4biz.io"
|
||||
EMAIL_PASS="8pQfkBw8gbrz"
|
||||
|
||||
# File Upload Configuration
|
||||
UPLOAD_DIR=uploads
|
||||
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
|
||||
|
||||
For support, please contact:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user