Skip to content

Commit

Permalink
Update activegraph.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardikjoshi committed Jan 22, 2024
1 parent 8b7a384 commit b620602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/activegraph.rb
Expand Up @@ -25,7 +25,7 @@

environment generator
environment nil, env: 'development' do <<END
config.neo4j.driver.url = 'bolt://localhost:7687'
config.neo4j.driver.url = 'neo4j://localhost:7687'
config.neo4j.driver.auth_token = Neo4j::Driver::AuthTokens.basic('neo4j', 'password')
config.neo4j.driver.encryption = false
END
Expand Down

0 comments on commit b620602

Please sign in to comment.