Config.ini 793 B

1234567891011121314151617181920212223242526272829303132333435
  1. [DB]
  2. ;Configure the database information
  3. ;type: SSDB/MONGODB if use redis, only modify the host port, the type should be SSDB
  4. type = SSDB
  5. host = 127.0.0.1
  6. port = 8888
  7. name = proxy
  8. ;username = your_username (Only Mongodb)
  9. ;password = your_password
  10. [ProxyGetter]
  11. ;register the proxy getter function
  12. freeProxyFirst = 1
  13. freeProxySecond = 1
  14. ;freeProxyThird = 1
  15. freeProxyFourth = 1
  16. freeProxyFifth = 1
  17. ;freeProxySixth = 1
  18. freeProxySeventh = 1
  19. ;freeProxyEight = 1
  20. ;freeProxyNinth = 1
  21. freeProxyTen = 1
  22. freeProxyEleven = 1
  23. freeProxyTwelve = 1
  24. ;foreign website, outside the wall
  25. ;freeProxyWallFirst = 1
  26. ;freeProxyWallSecond = 1
  27. ;freeProxyWallThird = 1
  28. [API]
  29. # API config http://127.0.0.1:5010
  30. # The ip specified when starting the web API
  31. ip = 0.0.0.0
  32. # he port on which to run the web API
  33. port = 8080