a working product with ugly ui

This commit is contained in:
2025-12-12 20:15:27 +05:00
parent e6d04f986f
commit 4d3085623a
77 changed files with 8750 additions and 0 deletions

18
.env.example Normal file
View File

@@ -0,0 +1,18 @@
# Database Configuration
DATABASE_URL=postgresql://mapmaker:mapmaker@database:5432/mapmaker
# Security
SECRET_KEY=generate-secure-random-key-change-in-production
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30
REFRESH_TOKEN_EXPIRE_DAYS=7
# Registration
# Set to "true" to allow new user registration, "false" to disable
ALLOW_REGISTRATION=false
# CORS (comma-separated origins)
ALLOWED_ORIGINS=http://localhost:8000,http://localhost:3000
# Environment
ENVIRONMENT=development