260706_0_회사싱크 후 커밋

This commit is contained in:
2026-07-07 17:02:12 +09:00
parent 3abc2edba6
commit 404941c47a
117 changed files with 2060 additions and 58423 deletions
+21
View File
@@ -0,0 +1,21 @@
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
DEBUG=True
ENVIRONMENT=development
DB_HOST=dsm.chemifactory.com
DB_PORT=53306
DB_NAME=aislo_db
DB_USER=ctnt_root
DB_PASSWORD=Umsang6595!!
DB_POOL_MIN=5
DB_POOL_MAX=20
LOG_LEVEL=INFO
UPLOAD_MAX_MB=500
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