florinpatrascu / bolt_sips

Neo4j driver for Elixir
Apache License 2.0
256 stars 49 forks source link

Use Bolt.Sips approach to read app config #50

Closed ArthurClemens closed 5 years ago

ArthurClemens commented 5 years ago

I had troubles getting a connection: each time the server would complain about authentication. The approach on https://hexdocs.pm/bolt_sips/Bolt.Sips.html#start_link/1, with the options loaded from the configuration, showed that 2 of my option sets were mixed up.

sourcelevel-bot[bot] commented 5 years ago

Hello, @ArthurClemens! This is your first Pull Request that will be reviewed by Ebert, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

florinpatrascu commented 5 years ago

And thanks again, @ArthurClemens! 👍