Advertisement
Guest User

Untitled

a guest
Apr 24th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Configuration file
  2.  
  3. Permissions {
  4. # Choose a permission persistence backend (flatfile, sql, json). DO NOT use SQL, unless you really need to use it.
  5. S:persistenceBackend=flatfile
  6.  
  7. SQL {
  8. # If this is true, settings will be taken from the parent, most probably the Main or Core config. This is only taken into effect with remote databases.
  9. B:checkParent=false
  10.  
  11. # valid types: H2_FILE, MySQL
  12. S:chosenType=H2_FILE
  13.  
  14. H2_FILE {
  15. # this may be a file path as well.
  16. S:database=./ForgeEssentials/permissions
  17. }
  18.  
  19. MySQL {
  20. S:database=ForgeEssentials
  21. S:host=localhost
  22. S:pass=password
  23. I:port=3306
  24. S:user=FEUSER
  25. }
  26.  
  27. }
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement