Advertisement
Guest User

error pex 3

a guest
Nov 9th, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # The list of backends able to be selected
  2. backends {
  3. # This will be the default backend once SQL database support is implemented
  4. # default {
  5. # type = sql
  6. # url = "jdbc:h2:permissions.db"
  7. # }
  8. simple {
  9. compat=false
  10. file="permissions.json"
  11. type=file
  12. }
  13. }
  14. # Whether to log permissions checks being performed
  15. debug=false
  16. # The default backend to use. Must be contained in the backends mapping.
  17. default-backend=simple
  18. # Tags that apply to this server (which match with permissions blocks restricted by server-tag contexts
  19. server-tags=null
  20. version=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement