mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<rexster>
|
||
|
<http>
|
||
|
<base-uri>http://localhost</base-uri>
|
||
|
</http>
|
||
|
<graphs>
|
||
|
<graph>
|
||
|
<graph-name>titan</graph-name>
|
||
|
<graph-type>com.thinkaurelius.titan.tinkerpop.rexster.TitanGraphConfiguration</graph-type>
|
||
|
<graph-location>/data/persistit</graph-location>
|
||
|
<graph-read-only>false</graph-read-only>
|
||
|
<properties>
|
||
|
<storage.backend>persistit</storage.backend>
|
||
|
<storage.directory>/data/persistit</storage.directory>
|
||
|
<storage.buffercount>5000</storage.buffercount>
|
||
|
<storage.index.search.backend>elasticsearch</storage.index.search.backend>
|
||
|
<storage.index.search.local-mode>true</storage.index.search.local-mode>
|
||
|
<storage.index.search.client-only>false</storage.index.search.client-only>
|
||
|
<storage.index.search.directory>/data/es</storage.index.search.directory>
|
||
|
</properties>
|
||
|
<extensions>
|
||
|
<allows>
|
||
|
<allow>tp:gremlin</allow>
|
||
|
</allows>
|
||
|
</extensions>
|
||
|
</graph>
|
||
|
</graphs>
|
||
|
</rexster>
|