File size: 691 Bytes
b8bb38f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | host: 0.0.0.0
port: 17002
threadPoolWorker: 4
gremlinPool: 16
channelizer: org.apache.tinkerpop.gremlin.server.channel.WebSocketChannelizer
metrics: { }
serializers:
- { className: org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3d0, config: {}}
- { className: org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1, config: {}}
processors:
- { className: org.apache.tinkerpop.gremlin.server.op.processor.StandardOpProcessor, config: { }}
graphs:
graph: /data/adaptai/platform/dbops/run/janusgraph/janusgraph-cql.runtime.properties
scriptEngines:
gremlin-groovy:
plugins:
org.janusgraph.graphdb.tinkerpop.plugin.JanusGraphGremlinPlugin: {}
|