260706_0_회사싱크 후 커밋
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user