Advertisement
Guest User

Config

a guest
May 18th, 2017
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. # Configuration file
  2. # #################
  3. # How to setup:
  4. # 1. Follow the instructions at https://goo.gl/ESlSaR to setup mysql backend on PEX
  5. # 2. Fill the options below with your database connection details
  6. # 3. Start up the server and enjoy!
  7. #
  8. # If you require assistance contact me:
  9. # EMAIL: nostrumg@gmail.com SKYPE: gui_poseidon
  10.  
  11. # Choose your permissions system. (ALL UPPERCASE AS ON THE LEFT LIST)
  12. # Supported systems:
  13. # PEX - PermissionsEx
  14. # SEXYPEX - SexyPex
  15.  
  16. permissionsSystem: PEX
  17.  
  18. mysql:
  19.  
  20. # MySQL Hostname
  21. hostname: s31.hosthorde.com
  22.  
  23. # MySQL Username
  24. user: 36565
  25.  
  26. # MySQL Password
  27. pass: '332fe0ce54'
  28.  
  29. # MySQL Database
  30. db: 36565
  31.  
  32. # MySQL Port
  33. port: '3306'
  34.  
  35. # Minutes between updating/reloading permissions automatically
  36. updateInterval: 2
  37.  
  38.  
  39.  
  40. # Optional settings for each permissions system. Only edit the settings under the permissions system you are using
  41.  
  42. # PermissionsEx settings
  43. pex:
  44. tables:
  45.  
  46. # PEX MySQL table names
  47. # If you didn't change the default values on pex's config for 'aliases' leave as it is
  48. permissions: permissions
  49. permissionsInheritance: permissions_inheritance
  50.  
  51.  
  52. # SexyPex settings
  53. sexypex:
  54. tables:
  55.  
  56. # SEXYPEX MySQL table names
  57. # If you didn't change the default values on permissionsex's config for 'aliases' leave as it is
  58. permissions: permissions
  59. permissionsInheritance: permissions_inheritance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement