This commit is contained in:
2026-07-18 13:11:28 +09:00
parent 95a8d125de
commit 00fbd2557d
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
DEBUG=True
# 분석(WF1) 실행 중 .py 저장 시 uvicorn 자동 리로드가 백그라운드 분석을 죽이므로 False 유지.
# 개발 중 자동 리로드가 필요할 때만 일시적으로 True로 변경할 것.
DEBUG=False
ENVIRONMENT=development
DB_HOST=dsm.chemifactory.com
+1 -1
View File
@@ -40,7 +40,7 @@ python-multipart==0.0.6
rasterio==1.3.9
ruff>=0.12,<1
scikit-image==0.26.0
scipy==1.13.1
scipy==1.16.3
setuptools==83.0.0
shapely==2.0.6
six==1.17.0