Advertisement
Guest User

Untitled

a guest
Mar 6th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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. mysql:
  12.  
  13. # MySQL Hostname
  14. hostname: mysql.hicoria.com
  15.  
  16. # MySQL Username
  17. user: mysql_3792
  18.  
  19. # MySQL Password
  20. pass: 'f5FXig6x'
  21.  
  22. # MySQL Database
  23. db: database
  24.  
  25. # MySQL Port
  26. port: '3306'
  27. tableNames:
  28.  
  29. # PEX MySQL table names
  30. # If you didn't change the default values on pex's config for 'aliases' leave as it is
  31. permissions: permissions
  32. permissions_inheritance: permissions_inheritance
  33. permissions_entity: permissions_entity
  34.  
  35. # Minutes between updating/reloading permissions automatically
  36. updateInterval: 120
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement