| { | |
| "storage" : { | |
| "dfs" : { | |
| "type" : "file", | |
| "connection" : "file:///", | |
| "workspaces" : { | |
| "root" : { | |
| "location" : "/", | |
| "writable" : false, | |
| "allowAccessOutsideWorkspace" : false | |
| }, | |
| "tmp" : { | |
| "location" : "/tmp", | |
| "writable" : true, | |
| "allowAccessOutsideWorkspace" : false | |
| } | |
| }, | |
| "imABadBoy" : "this file is intentionally bogus to test errors", | |
| "enabled" : true | |
| } | |
| } | |
| } |