فهرست منبع

调整回原设置,只增加新的代理设置

bobobo80 8 سال پیش
والد
کامیت
fd1455ad53
1فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 6 1
      Config.ini

+ 6 - 1
Config.ini

@@ -1,6 +1,6 @@
 [DB]
 [DB]
 ;Configure the database information
 ;Configure the database information
-;type: SSDB/REDIS
+;type: SSDB/REDIS/MONGODB if use redis, only modify the host port,the type should be SSDB
 type = SSDB
 type = SSDB
 host = localhost
 host = localhost
 port = 8888
 port = 8888
@@ -14,3 +14,8 @@ freeProxyThird  = 1
 freeProxyFourth = 1
 freeProxyFourth = 1
 freeProxyFifth  = 1
 freeProxyFifth  = 1
 freeProxySixth = 1
 freeProxySixth = 1
+
+[HOST]
+; API接口配置 http://127.0.0.1:5051
+ip = 0.0.0.0
+port = 5010