260718_1
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user