Refactoring code for modular approach
This commit is contained in:
7
.env
7
.env
@@ -1,8 +1,9 @@
|
||||
# .env.example
|
||||
|
||||
PROJECT_NAME: str = "Ecommerce Backend API with Marketplace Support"
|
||||
DESCRIPTION: str = "Advanced product management system with JWT authentication"
|
||||
VERSION: str = "0.0.1"
|
||||
# Project information
|
||||
PROJECT_NAME=Ecommerce Backend API with Marketplace Support
|
||||
DESCRIPTION=Advanced product management system with JWT authentication
|
||||
VERSION=0.0.1
|
||||
|
||||
# Database Configuration
|
||||
# DATABASE_URL=postgresql://username:password@localhost:5432/ecommerce_db
|
||||
|
||||
Reference in New Issue
Block a user