removing references to letzshop, replacing by wizamart
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Configuration Guide
|
||||
|
||||
Environment configuration for the Letzshop Import API.
|
||||
Environment configuration for the Wizamart API.
|
||||
|
||||
## Environment Variables
|
||||
|
||||
@@ -8,8 +8,8 @@ Create a `.env` file in your project root:
|
||||
|
||||
```env
|
||||
# Database Configuration
|
||||
DATABASE_URL=sqlite:///./ecommerce.db
|
||||
# For PostgreSQL: DATABASE_URL=postgresql://user:password@localhost:5432/ecommerce
|
||||
DATABASE_URL=sqlite:///./wizamart.db
|
||||
# For PostgreSQL: DATABASE_URL=postgresql://user:password@localhost:5432/wizamart
|
||||
|
||||
# Security
|
||||
JWT_SECRET_KEY=your-super-secret-key-change-in-production
|
||||
@@ -39,7 +39,7 @@ RATE_LIMIT_WINDOW=3600
|
||||
### Development
|
||||
```env
|
||||
DEBUG=True
|
||||
DATABASE_URL=sqlite:///./ecommerce.db
|
||||
DATABASE_URL=sqlite:///./wizamart.db
|
||||
```
|
||||
|
||||
### Production
|
||||
|
||||
Reference in New Issue
Block a user