Config.ini 410 B

1234567891011121314151617181920
  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. [HOST]
  16. ; API接口配置 http://127.0.0.1:5051
  17. ip = 0.0.0.0
  18. port = 5010