Config.ini 429 B

123456789101112131415161718192021
  1. [DB]
  2. ;Configure the database information
  3. ;type: SSDB/REDIS/MONGODB if use redis, only modify the host port,the type should be SSDB
  4. type = SSDB
  5. host = localhost
  6. port = 8888
  7. name = proxy
  8. [ProxyGetter]
  9. ;register the proxy getter function
  10. freeProxyFirst = 1
  11. freeProxySecond = 1
  12. freeProxyThird = 1
  13. freeProxyFourth = 1
  14. freeProxyFifth = 1
  15. freeProxySixth = 1
  16. [HOST]
  17. ; API接口配置 http://127.0.0.1:5051
  18. ip = 0.0.0.0
  19. port = 5010