Skip to content
SepiaGroup edited this page Dec 7, 2011 · 3 revisions

In App.Config/Web.Config add the following:

<connectionStrings>
    <!- Noe4j Server Url ->
    <add name="neo4j" connectionString="http://localhost:7474/db/data/" />

    <!- Path to Gremlin Plugin ->
    <add name="neo4jGremlinExtension" connectionString="/ext/GremlinPlugin/graphdb/execute_script/" />

    <!- Path to CypherPlugin ->
    <add name="neo4jCypherExtension" connectionString="/ext/CypherPlugin/graphdb/execute_query/" />
<connectionStrings>
<appSettings>
    <!- Keys for encrypting Graph Ids - optional ->
    <add key="EncryptIdKey" value="KeyForEncrypting" />
    <add key="EncryptIdIV" value="IVForEncrypting1" />
</appSettings>

Reference

Neo4jRestNet.dll

Namespace

Neo4jRestNet.Core
Neo4jRestNet.CypherPlugin
Neo4jRestNet.GremlinPlugin

Clone this wiki locally