소스 검색

[update] config annotation

jhao 7 년 전
부모
커밋
40861f4290
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      Config.ini

+ 4 - 1
Config.ini

@@ -27,7 +27,10 @@ freeProxyTwelve = 1
 ;freeProxyWallThird = 1
 
 [API]
-; API config http://127.0.0.1:5010
+# API config http://127.0.0.1:5010
+# The ip specified when starting the web API
 ip = 0.0.0.0
+# he port on which to run the web API
 port = 5010
+# Flask processes option
 processes = 10