Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. # default config.yml for Database Maintenance
  2. # config version 1.0.0
  3.  
  4. #MySQL Database details
  5. Database:
  6. AuthMe:
  7. #Enable or disable the cleanup. (true or false)
  8. #NOTE! Disabling this feature will disable the entire cleanup task.
  9. Enabled: true
  10. Mysql:
  11. #MySQL server address
  12. Host: 149.56.225.175
  13. #MySQL server port (default 3306)
  14. Port: 3306
  15. #Database name (NOTE! You need to create the database, then the plugin will create the tables.)
  16. DatabaseName: 'mc_512'
  17. #Table name (the plugin will auto create them)
  18. TableName: 'authme'
  19. #User name
  20. User: 'mc_512'
  21. #User password
  22. Password: 'c7ab29114c'
  23. PlotMe:
  24. #Enable or disable the cleanup. (true or false)
  25. Enabled: true
  26. Mysql:
  27. #MySQL server address
  28. Host: 149.56.225.175
  29. #MySQL server port (default 3306)
  30. Port: 3306
  31. #Database name (NOTE! You need to create the database, then the plugin will create the tables.)
  32. DatabaseName: 'mc_582'
  33. #Tables names (the plugin will auto create them)
  34. PlotsTableName: 'plotmePlots'
  35. AllowedTableName: 'plotmeAllowed'
  36. #User name
  37. User: 'mc_582'
  38. #User password
  39. Password: '875ba270e9'
  40. VipZero:
  41. #Enable or disable the cleanup. (true or false)
  42. Enabled: true
  43. Mysql:
  44. #MySQL server address
  45. Host: 149.56.225.175
  46. #MySQL server port (default 3306)
  47. Port: 3306
  48. #Database name (NOTE! You need to create the database, then the plugin will create the tables.)
  49. DatabaseName: 'mc_582'
  50. #Table name (the plugin will auto create them)
  51. VipsTableName: 'vips'
  52. #User name
  53. User: 'mc_582'
  54. #User password
  55. Password: '875ba270e9'
  56. iConomy:
  57. #Enable or disable the cleanup. (true or false)
  58. Enabled: false
  59. Mysql:
  60. #MySQL server address
  61. Host: 149.56.225.175
  62. #MySQL server port (default 3306)
  63. Port: 3306
  64. #Database name (NOTE! You need to create the database, then the plugin will create the tables.)
  65. DatabaseName: 'mc_582'
  66. #Table name (the plugin will auto create them)
  67. TableName: 'iConomy'
  68. #User name
  69. User: 'mc_582'
  70. #User password
  71. Password: '875ba270e9'
  72. MaxBans:
  73. #Enable or disable the cleanup. (true or false)
  74. Enabled: true
  75. Mysql:
  76. #MySQL server address
  77. Host: 149.56.225.175
  78. #MySQL server port (default 3306)
  79. Port: 3306
  80. #Database name (NOTE! You need to create the database, then the plugin will create the tables.)
  81. DatabaseName: 'mc_582'
  82. #Table name (the plugin will auto create them)
  83. BansTableName: 'bans'
  84. #User name
  85. User: 'mc_582'
  86. #User password
  87. Password: '875ba270e9'
  88.  
  89.  
  90. #Plugin settings
  91. Settings:
  92. #Delay to run the maintenance task after the server starts. | Delay in minutes. (Default 2 minutes)
  93. MaintenanceDelay: 2
  94. #Remove users that were inactive more then this setting. | Inactivity in days. (Default 90 days)
  95. Inactivity: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement