build multi tenant
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=your_password_here
|
||||
DB_NAME=geeklife
|
||||
DB_SSLMODE=disable
|
||||
|
||||
# Authentication Configuration
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
|
||||
SESSION_DURATION=24
|
||||
|
||||
# Application Configuration
|
||||
ENVIRONMENT=development
|
||||
LOG_LEVEL=info
|
||||
Reference in New Issue
Block a user