Skip to content

Commit

Permalink
[update] config annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhao104 committed Nov 12, 2018
1 parent 69eafea commit 40861f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40861f4

Please sign in to comment.