Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. {
  2. "currentConnection":"local",
  3. "buildType":"Develop", /* Alpha, Android, AndroidHD, Android_INT, Amazon, Develop, iOS, iOSHD, iOS_INT, iOS_INT_HD, Kakao_iOS, Kakao_Android, Web */
  4. "resourceLoader":"LOCAL", /* CDN, REMOTE, LOCAL */
  5. "buildNumber":
  6. {
  7. "ios":"1.800", /* Kakao build use this version also */
  8. "web":"web",
  9. "android":"develop", /* Kakao build use this version also */
  10. "amazon":"1.800"
  11. },
  12.  
  13. "requestTimeout":300,
  14. "bundleRequestTimeout":300,
  15. "batchDelay":30,
  16. "batchSize":1,
  17. "reloadOnError":true,
  18. "currentLocaleINT":"en",
  19. "connections":
  20. {
  21. /* LOCAL SERVERS */
  22. "local":"http://localhost:3000/status",
  23. "local_secure":"https://localhost/status",
  24.  
  25. /* QA Servers */
  26. "alpha_0":"http://web76.socialquantum.com/mzoo_alpha_0/status",
  27. "alpha_1":"http://web76.socialquantum.com/mzoo_alpha_1/status",
  28. "alpha_2":"http://web76.socialquantum.com/mzoo_alpha_2/status",
  29. "alpha_3":"http://web76.socialquantum.com/mzoo_alpha_3/status",
  30. "alpha_4":"http://web76.socialquantum.com/mzoo_alpha_4/status",
  31. "alpha_5":"http://web76.socialquantum.com/mzoo_alpha_5/status",
  32. "alpha_6":"http://web76.socialquantum.com/mzoo_alpha_6/status",
  33. "alpha_7":"http://web76.socialquantum.com/mzoo_alpha_7/status",
  34. "alpha_8":"http://web76.socialquantum.com/mzoo_alpha_8/status",
  35. "alpha_9":"http://web76.socialquantum.com/mzoo_alpha_9/status",
  36. "alpha_10":"http://web76.socialquantum.com/mzoo_alpha_10/status",
  37. "alpha_11":"http://web76.socialquantum.com/mzoo_alpha_11/status",
  38.  
  39. "alpha_web_0":"http://web76.socialquantum.com/mzoo_alpha_web_0/status",
  40. "alpha_web_1":"http://web76.socialquantum.com/mzoo_alpha_web_1/status",
  41. "alpha_web_2":"http://web76.socialquantum.com/mzoo_alpha_web_2/status",
  42. "alpha_web_3":"http://web76.socialquantum.com/mzoo_alpha_web_3/status",
  43.  
  44. "alpha_ru":"http://web76.socialquantum.com/mzoo_alpha_ru/status",
  45. "alpha_int":"http://web76.socialquantum.com/mzoo_alpha_int/status",
  46. "alpha_kakao":"http://web76.socialquantum.com/mzoo_alpha_kakao/status",
  47.  
  48. /* Developers servers */
  49. "korostelev":"http://10.0.1.54:3000/status",
  50. "lisichenkov2":"http://10.0.1.59:3000/status",
  51. "altunin":"http://10.0.1.80:3000/status",
  52. "altuninDev":"http://10.0.1.80:5000/status",
  53. "silvertoad":"http://169.254.225.88:3000/status",
  54. "arkhipov":"http://10.0.1.55:3000/status",
  55. "burlutskiy":"http://10.0.1.244:3000/status",
  56. "sultanov":"http://10.0.4.78:3000/status",
  57.  
  58. /* PRODS */
  59. "mzoo_beta":"http://dragons-ru.socialquantum.com/mzoo_beta/status",
  60. "mzoo_int_prod":"http://dragons-int.socialquantum.com/mzoo_int_prod/status",
  61. "mzoo_kakao_prod":"http://dragons-int.socialquantum.com/mzoo_kakao_prod/status"
  62. },
  63. "currentLocale":"ru",
  64. "verticaKeys":
  65. {
  66. "alpha":"b43a4062407c434fb89d6c8f3c4e04f7",
  67. "default":"55685d02b8284b5c8e5e87bd9129cabb",
  68. "androidInt":"a67b90515c074a5fa62d8e51cfe6c049",
  69. "intHD":"ad58b04d0077442cba755816b6c1731c",
  70. "HD":"32d254bc06f44b8da9c595b5044b50df",
  71. "web":"c993adc7dce04ebc9d2312ebffce30c3",
  72. "int":"0e8c41e69d4445668f8c8f93355ab14e",
  73. "android":"c7c6535043fc4644a1e26b5d2c64245a",
  74. "loading":"e9e7b84c84c84371b1fad2bce1e45488"
  75. },
  76.  
  77. "enableFakeBattle":false,
  78. "reloadBundles":false,
  79. "showLogButton":false,
  80. "sendBatchOnStart":true,
  81.  
  82. /* 0 - Unity, 1 - Uniweb */
  83. "webClient":0,
  84.  
  85. "showResetAchievementsButton":false,
  86. /* Crash app on start: 0 - no crash, 1 - native crash before init, 2 - native crash after init, 3 - managed crash */
  87. "crashOnStart":0,
  88. /* Define url to assets when CDN and local are not using */
  89. "baseUrl":"http://10.0.1.86:1221/assets/",
  90. /* Use local shaders when using bundles from CDN in editor*/
  91. "useLocalShaders":false
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement