build multi tenant

This commit is contained in:
2025-10-12 15:47:00 +07:00
parent e466e2f801
commit 1fbb202002
24 changed files with 1947 additions and 29 deletions

15
.env.example Normal file
View 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