Skip to content

Commit

Permalink
adding cypher_path and gremlin_path options
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Mar 22, 2012
1 parent 1371293 commit 8a73e74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ to your Rakefile to have access to these tasks.
:password => 'your password', #leave out for default
:log_file => 'neography.log',
:log_enabled => false,
:max_threads => 20})
:max_threads => 20,
:cypher_path => '/cypher',
:gremlin_path => '/ext/GremlinPlugin/graphdb/execute_script'})

Quick initializer (assumes basic authorization if username is given):

Expand Down

0 comments on commit 8a73e74

Please sign in to comment.