Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. {
  2. "projectName": "Revent",
  3. "mirrors": [
  4. "https://mirror.gravit.pro/"
  5. ],
  6. "binaryName": "Launcher",
  7. "copyBinaries": true,
  8. "env": "STD",
  9. "auth": [
  10. {
  11. "provider": {
  12. "type": "request",
  13. "usePermission": true,
  14. "url": "http://35.224.121.155/grekh1337.php?username=%login%&password=%password%&ip=%ip%",
  15. "response": "OK:(?<username>.+):(?<permissions>.+)"
  16. },
  17. "handler": {
  18. "type": "memory"
  19. },
  20. "textureProvider": {
  21. "skinURL": "http://example.com/skins/%username%.png",
  22. "cloakURL": "http://example.com/cloaks/%username%.png",
  23. "type": "request"
  24. },
  25. "name": "std",
  26. "displayName": "Default",
  27. "isDefault": true
  28. }
  29. ],
  30. "protectHandler": {
  31. "checkSecure": true,
  32. "type": "std"
  33. },
  34. "permissionsHandler": {
  35. "filename": "permissions.json",
  36. "type": "json"
  37. },
  38. "hwidHandler": {
  39. "type": "accept"
  40. },
  41. "components": {
  42. "regLimiter": {
  43. "message": "Превышен лимит регистраций",
  44. "excludeIps": [],
  45. "rateLimit": 3,
  46. "rateLimitMillis": 36000000,
  47. "exclude": [],
  48. "type": "regLimiter"
  49. },
  50. "authLimiter": {
  51. "message": "Превышен лимит авторизаций",
  52. "rateLimit": 3,
  53. "rateLimitMillis": 8000,
  54. "exclude": [],
  55. "type": "authLimiter"
  56. }
  57. },
  58. "launch4j": {
  59. "enabled": true,
  60. "alternative": "no",
  61. "setMaxVersion": false,
  62. "maxVersion": "1.8.999",
  63. "productName": "GravitLauncher",
  64. "productVer": "5.0.10.10",
  65. "fileDesc": "GravitLauncher 5.0.10",
  66. "fileVer": "5.0.10.10",
  67. "internalName": "Launcher",
  68. "copyright": "В© GravitLauncher Team",
  69. "trademarks": "This product is licensed under GPLv3",
  70. "txtFileVersion": "%s, build %d",
  71. "txtProductVersion": "%s, build %d"
  72. },
  73. "netty": {
  74. "fileServerEnabled": true,
  75. "sendExceptionEnabled": true,
  76. "ipForwarding": false,
  77. "showHiddenFiles": false,
  78. "launcherURL": "http://35.224.121.155:9274/Launcher.jar",
  79. "downloadURL": "http://35.224.121.155:9274/%dirname%/",
  80. "launcherEXEURL": "http://35.224.121.155:9274/Launcher.exe",
  81. "address": "ws://35.224.121.155:9274/api",
  82. "bindings": {},
  83. "performance": {
  84. "usingEpoll": true,
  85. "bossThread": 2,
  86. "workerThread": 8
  87. },
  88. "binds": [
  89. {
  90. "address": "0.0.0.0",
  91. "port": 9274
  92. }
  93. ],
  94. "logLevel": "DEBUG"
  95. },
  96. "whitelistRejectString": "Вас нет в белом списке",
  97. "launcher": {
  98. "guardType": "no",
  99. "attachLibraryBeforeProGuard": false,
  100. "compress": true,
  101. "warningMissArchJava": true,
  102. "enabledProGuard": true,
  103. "stripLineNumbers": true,
  104. "deleteTempFiles": true,
  105. "proguardGenMappings": true
  106. },
  107. "certificate": {
  108. "enabled": false
  109. },
  110. "startScript": "./start.sh"
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement