Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. {
  2. "main": {
  3. "express_port": 80,
  4. "socket_user_port": 8080,
  5. "socket_server_port": 9090,
  6. "secret": "XXXXXXXX"
  7. },
  8. "web": {
  9. "site_name": "CSGOblin",
  10. "jackpot": {
  11. "game_time": 60,
  12. "game_wait": 25,
  13. "game_max_items": 100
  14. }
  15. },
  16. "auth": {
  17. "site_url": "http://csgoblin.net",
  18. "api_key": "MYKEY",
  19. "session": {
  20. "name": "_auth",
  21. "secret": "XXXXXXXX"
  22. }
  23. },
  24. "db": {
  25. "connectionLimit": 10,
  26. "host": "localhost",
  27. "user": "XXXXXXXX",
  28. "password": "XXXXXXXX",
  29. "database": "XXXXXXX"
  30. },
  31. "api": {
  32. "steamid": "which steam ID goes here? The 64 one, or the normal STEAM: typo?",
  33. "api_key": "MYKEY",
  34. "trade_link": "MYTRADELINK"
  35. },
  36. "chat": {
  37. "maxSavedMessages": 25,
  38. "minMessageLength": 1,
  39. "maxMessageLength": 250
  40. },
  41. "deposit": {
  42. "minItemsCount": 1,
  43. "maxItemsCount": 20,
  44. "minItemsPrice": 0.01,
  45. "maxItemsPrice": -1,
  46. "minItemPrice": 0.01,
  47. "maxItemPrice": -1
  48. },
  49. "withdraw": {
  50. "minItemsCount": 1,
  51. "maxItemsCount": 20
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement