Guest User

ninjaleaping

a guest
Jul 12th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # The list of backends able to be selected
  2. backends {
  3. default {
  4. prefix=pex
  5. type=sql
  6. url="jdbc:h2:permissions"
  7. }
  8. default-file {
  9. # Place file entries in alphabetical order
  10. alphabetize-entries=false
  11. file="permissions.json"
  12. type=file
  13. }
  14. }
  15. # Whether to log permissions checks being performed
  16. debug=false
  17. default-backend=default-file
  18. # Tags that apply to this server (which match with permissions blocks restricted by server-tag contexts
  19. server-tags=[]
  20. version=0
Add Comment
Please, Sign In to add comment