read-resources.toml 284 B

12345678
  1. [[permission]]
  2. identifier = "allow-read-resources"
  3. description = "Enables the read_file and read_dir command using the $RESOURCE base directory."
  4. commands.allow = ["read_file", "read_dir"]
  5. [[permission.scope.allow]]
  6. path = "$RESOURCE/**"
  7. [[permission.scope.allow]]
  8. path = "$RESOURCE"