# 분석(WF1) 실행 중 .py 저장 시 uvicorn 자동 리로드가 백그라운드 분석을 죽이므로 False 유지.
# 개발 중 자동 리로드가 필요할 때만 일시적으로 True로 변경할 것.
DEBUG=False
DEBUG=True
ENVIRONMENT=development
DB_HOST=dsm.chemifactory.com
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.