Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. {
  2. "db": {
  3. "host": "127.0.0.1",
  4. "user": "poracle",
  5. "password": "poraclePassword",
  6. "database": "poracle",
  7. "port": "3306",
  8. "connectionLimit": 30,
  9. "connectTimeout": 60000
  10. },
  11.  
  12. "general": {
  13. "logLevel": "debug",
  14. "logSize": 25,
  15. "host": "192.168.0.2",
  16. "port": "9015",
  17. "imgurl": "https://raw.githubusercontent.com/unseenmagik/sprites-1/optimized/",
  18. "max_pokemon": 500,
  19. "monsterMinimumTimeTillHidden": 60,
  20. "ipWhitelist": [],
  21. "ipBlacklist": []
  22. },
  23.  
  24. "locale": {
  25. "timeformat": "en-gb",
  26. "time": "LTS",
  27. "addressformat": "%S %n",
  28. "language": "en"
  29. },
  30.  
  31. "geocoding": {
  32. "provider": "google ",
  33. "staticProvider": "google ",
  34. "geocodingKey":["AIzaSyCjzN1trleCeL3bl7w1jnE5yksm9sI-SZE"],
  35. "staticKey":["AIzaSyCjzN1trleCeL3bl7w1jnE5yksm9sI-SZE"],
  36. "width": 250,
  37. "height": 175,
  38. "zoom": 15,
  39. "type": "roadmap",
  40. "tileserver": "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
  41. "geofence": "../../config/geofence.json"
  42. },
  43.  
  44. "discord": {
  45. "enabled": true,
  46. "token": [],
  47. "channel": "vip-bot",
  48. "userRole": "roleNameHere",
  49. "admins": ["222742859059560458"],
  50. "prefix": "!",
  51. "typereact": false,
  52. "limitsec": 30,
  53. "limitamount": 20,
  54. "iv_colors": [
  55. "#9D9D9D",
  56. "#FFFFFF",
  57. "#1EFF00",
  58. "#0070DD",
  59. "#A335EE",
  60. "#FF8000"
  61. ]
  62. },
  63.  
  64. "commands": {
  65. "poracle": "",
  66. "area": "",
  67. "backup": "",
  68. "channel": "",
  69. "egg": "",
  70. "help": "",
  71. "location": "",
  72. "quest": "",
  73. "raid": "",
  74. "restore": "",
  75. "start": "",
  76. "stop": "",
  77. "track": "",
  78. "tracked": "",
  79. "unregister": "",
  80. "untrack": "",
  81. "version": "",
  82. "webhook": "",
  83. "adminid": ""
  84. },
  85. "telegram": {
  86. "enabled": false,
  87. "images": true,
  88. "location": true,
  89. "stickerurl": "https://raw.githubusercontent.com/KartulUdus/PoracleJS/develop/src/util/images/telegram/",
  90. "token": [""],
  91. "admins": [""],
  92. "channel": "PoracleJsTest"
  93. }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement