Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. {
  2. "verson": "����� �������.",
  3. "verson": "0.1",
  4.  
  5. "admin_mails": "������ ����� ��������������� ����� �����",
  6. "admin_mails": "alexismaster@yandex.ru",
  7.  
  8. "debug_mode": "���� ������ �������",
  9. "debug_mode": false,
  10.  
  11. "test_mode": "������ '������� ���������' � ����� ���, ������ ��� ����� �� ������ �������",
  12. "test_mode": false,
  13.  
  14. "soket_port" : "����, ������ ������ web-soket ������",
  15. "soket_port" : 2929,
  16.  
  17. "save_to_mongo": "��������� ���������� � MongoDB",
  18. "save_to_mongo": false,
  19.  
  20. "reboot_key": "�� �� ������������",
  21. "reboot_key": "ReBootKey_f2e2491f113b60ba1cbb51564e4d4476_",
  22.  
  23. "api": {
  24. "options": {
  25. "host" : "gambling.mortal-bet.com",
  26. "path" : "/api/poker/",
  27. "port" : 80,
  28. "method" : "POST",
  29. "headers" : {"Content-Type": "application/json"}
  30. },
  31. "key": "0d0dbe98568aa6e6722b8ff0ac3d50ab"
  32. },
  33.  
  34. "math_api": "��������� �������� � API �����������",
  35. "math_api": {
  36. "options": {
  37. "host" : "localhost",
  38. "path" : "/api/Service/",
  39. "port" : 9501,
  40. "method" : "POST",
  41. "headers" : {"Content-Type": "application/json"}
  42. },
  43. "exact": false
  44. },
  45.  
  46. "tables": "������� ����",
  47. "tables": [
  48. ["Gabriel", "David", "Isabella", "Maria"],
  49. ["Rodrigo", "Ana", "Leonor", "Diogo", "Tiago", "Matilde"],
  50. ["Gustavo", "Lucas", "Sofia", "Pedro", "Miguel", "Martim", "Artur", "Clara"]
  51. ],
  52.  
  53. "time_limit": 6
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement