replacing letzshop by wizamart
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
DATABASE_URL: postgresql://ecommerce_user:secure_password@db:5432/ecommerce_db
|
||||
DATABASE_URL: postgresql://wizamart_user:secure_password@db:5432/wizamart_db
|
||||
JWT_SECRET_KEY: ${JWT_SECRET_KEY:-your-super-secret-key}
|
||||
REDIS_URL: redis://redis:6379/0
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user