removing references to letzshop, replacing by wizamart

This commit is contained in:
2025-11-23 20:19:00 +01:00
parent c100d839f1
commit 756e12fe7b
13 changed files with 58 additions and 56 deletions

View File

@@ -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