Skip to content

Commit

Permalink
define missing default host variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bricaud committed Jun 3, 2018
1 parent 90b7304 commit 1bbc3c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/graphConf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

// configuration for the graph database access

// if host is set, will override default localhost server option
//const host = "some_gremlin_server"
const host = false;

// For implementations like Neptune where only single commands are allowed per request
// set to true
const SINGLE_COMMANDS_AND_NO_VARS = false;
Expand Down

0 comments on commit 1bbc3c4

Please sign in to comment.