diff options
Diffstat (limited to 'aai-traversal/bundleconfig-local/etc/appprops/gremlin-server-config.yaml')
-rw-r--r-- | aai-traversal/bundleconfig-local/etc/appprops/gremlin-server-config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aai-traversal/bundleconfig-local/etc/appprops/gremlin-server-config.yaml b/aai-traversal/bundleconfig-local/etc/appprops/gremlin-server-config.yaml new file mode 100644 index 0000000..19caebd --- /dev/null +++ b/aai-traversal/bundleconfig-local/etc/appprops/gremlin-server-config.yaml @@ -0,0 +1,3 @@ +hosts: [localhost] +port: 8182 +serializer: { className: org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 }
\ No newline at end of file |