This commit is contained in:
2026-07-10 16:41:22 +09:00
parent bbda38a013
commit 50d75fcfcd
47 changed files with 6309 additions and 350 deletions
+4 -1
View File
@@ -34,10 +34,13 @@ EMAIL_NOTIFICATION_ENABLED=true
ADMIN_EMAIL=umsangdon@gmail.com
LOG_LEVEL=INFO
UPLOAD_MAX_MB=500
UPLOAD_MAX_MB=30720
MESH_GRID_SIZE=1.0
MESH_SMOOTHING_ITERATIONS=0
SPATIAL_INDEX_ENABLED=True
JWT_SECRET_KEY=your-secret-key-change-in-production
JWT_EXPIRE_MINUTES=1440
CORS_ORIGINS=http://localhost:5173,http://localhost:8000
# Public URL for email links (프론트엔드 주소)
APP_PUBLIC_BASE_URL=http://localhost:5173