Config.ini 474 B

1234567891011121314151617181920212223242526
  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 = MONGODB
  5. host = localhost
  6. port = 27017
  7. name = proxy
  8. ;type = SSDB
  9. ;host = localhost
  10. ;port = 8888
  11. ;name = proxy
  12. [ProxyGetter]
  13. ;register the proxy getter function
  14. freeProxyFirst = 1
  15. freeProxySecond = 1
  16. freeProxyThird = 1
  17. freeProxyFourth = 1
  18. freeProxyFifth = 1
  19. [HOST]
  20. ; API接口配置 http://127.0.0.1:5051
  21. ip = 0.0.0.0
  22. port = 5010