test
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# 윈도우의 경우 폴더 구분 기호 \ 를 두개 사용
|
||||
# 예) data_folder: "C:\\work\\data"
|
||||
# 현재 폴더인 경우 .
|
||||
path_data: "C:\\work\\FlaskFarm\\working"
|
||||
path_data: "."
|
||||
#path_data: "/mnt/c/work/FlaskFarm/working"
|
||||
|
||||
# gevent 사용여부
|
||||
@@ -26,23 +26,20 @@ port: 9999
|
||||
|
||||
# 소스 수정시 재로딩
|
||||
# 두번 로딩되는 것을 감안하여 코딩해야 함. 기본실행, subporcess 실행
|
||||
# 기본적으로 main.py 하위 파일의 변경만 감시
|
||||
debug: true
|
||||
debug: false
|
||||
|
||||
use_reloader: true
|
||||
use_reloader: false
|
||||
|
||||
# 플러그인 업데이트 여부
|
||||
# - true인 경우 로딩시 플러그인을 업데이트 함.
|
||||
# 데이터폴더/plugins 폴더 안에 플러그인 만을 대상으로 함.
|
||||
# - debug 값이 true인 경우에는 항상 false
|
||||
plugin_update: false
|
||||
plugin_update: true
|
||||
|
||||
# url subpath
|
||||
url_prefix: "/sf"
|
||||
|
||||
# running_type
|
||||
# termux, entware 인 경우 입력 함. (이외 사용하는 값 native, docker)
|
||||
running_type: "native"
|
||||
#running_type: "native"
|
||||
|
||||
|
||||
# 개발용 폴더만 로딩할 경우 사용
|
||||
@@ -56,6 +53,5 @@ running_type: "native"
|
||||
|
||||
|
||||
# 로딩 제외할 플러그인 package 명
|
||||
plugin_except_list: ['terminal', 'membership']
|
||||
|
||||
#plugin_except_list: ['terminal', 'membership']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user