NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Add Graph Database Connection Attributes to lbconfig.props file
  • Example

    Code Block
    languagetext
    #graph-db config
    
    ############# Graph Database Configuration
    
    GRAPH_DB_USER=root
    
    GRAPH_DB_PWD=lexgrid
    
    GRAPH_DB_URL=localhost
    
    GRAPH_DB_PORT=8529
    
    GRAPH_DB_MAX_CONNECTIONS=200
    
    GRAPH_DB_CONNECTION_TIMEOUT_LENGTH=60000
    
    STRICT_ARANGO_REQUIREMENT=false




New or Updated Dependencies

arangodb-java-driver 6.1.0

...