Advertisement
NginUS

server.json3

Sep 24th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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. "database" : {
  13.  
  14. "engine" : "mysql",
  15.  
  16. "host" : "localhost",
  17.  
  18. "port" : 12121,
  19.  
  20. "name" : "xxxxxxxxxx",
  21. "username" : "xxxxxxxxxx",
  22. "password" : "xxxxxxxxxx",
  23.  
  24. "stmt.pwdb" :
  25. "SELECT password FROM pool_worker WHERE username = ?"
  26. },
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36. "memcached" : {
  37. "servers" : [
  38. { "host" : "127.0.0.1", "port" : 11211 }
  39. ]
  40. },
  41.  
  42.  
  43. "pid" : "/home/admin/apps/pushpool/pushpoold.pid",
  44.  
  45. "forcehost" : "localhost",
  46.  
  47. "log.requests" : "/home/admin/apps/pushpool/request.log",
  48. "log.shares" : "/home/admin/apps/pushpool/.shares.log",
  49.  
  50. "longpoll.disable" : false,
  51.  
  52. "auth.cred_cache.expire" : 75,
  53.  
  54. "rpc.url" : "http://127.0.0.1:8332/",
  55. "rpc.user" : "xxxxxxxxxx",
  56. "rpc.pass" : "xxxxxxxxxx",
  57.  
  58. "rpc.target.rewrite" : true,
  59.  
  60. "work.expire" : 120,
  61.  
  62. "roll.ntime.disable" : true
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement