diff options
Diffstat (limited to 'src/test/resources/rexster-fragment.xml')
-rw-r--r-- | src/test/resources/rexster-fragment.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/resources/rexster-fragment.xml b/src/test/resources/rexster-fragment.xml new file mode 100644 index 0000000..19f88f9 --- /dev/null +++ b/src/test/resources/rexster-fragment.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<graph> + <graph-read-only>false</graph-read-only> + <graph-location>home</graph-location> + <properties> + <storage.backend>local</storage.backend> + </properties> + <extensions> + <allows> + <allow>tp:gremlin</allow> + </allows> + </extensions> +</graph> |