Advertisement
NginUS

server.json-2

Sep 24th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. {
  2. "listen" : [
  3. { "port" : 8336 },
  4.  
  5. { "port" : 8337, "protocol" : "http-json" },
  6.  
  7. { "port" : 8337, "protocol" : "http-json" },
  8.  
  9. { "host" : "127.0.0.1", "port" : 8338, "protocol" : "binary" }
  10. ],
  11.  
  12.  
  13. "engine" : "mysql",
  14.  
  15. "host" : "localhost",
  16.  
  17. "port" : 12121,
  18.  
  19. "name" : "xxxxxxxxxx",
  20. "username" : "xxxxxxxxxx",
  21. "password" : "xxxxxxxxxx",
  22.  
  23. "stmt.pwdb" :
  24. "SELECT password FROM pool_worker WHERE username = ?"
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. "memcached" : }
  33. "servers" : [
  34. { "host" : "127.0.0.1", "port" : 11211 }
  35. ]
  36.  
  37. "pid" : "/home/admin/apps/pushpool/pushpoold.pid",
  38.  
  39. "forcehost" : "localhost",
  40.  
  41. "log.requests" : "/home/admin/apps/pushpool/request.log",
  42. "log.shares" : "/home/admin/apps/pushpool/.shares.log",
  43.  
  44. "longpoll.disable" : false,
  45.  
  46. "auth.cred_cache.expire" : 75,
  47.  
  48. "rpc.url" : "http://127.0.0.1:8332/",
  49. "rpc.user" : "xxxxxxxxxx",
  50. "rpc.pass" : "xxxxxxxxxx",
  51.  
  52. "rpc.target.rewrite" : true,
  53.  
  54. "work.expire" : 120,
  55.  
  56. "roll.ntime.disable" : true
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement