Is there a difference between this configuration settings for Bolt on Memgraph?

Viewed 20

When defining configuration settings for Bolt that will connect to localhost what is the preferred way?

  • --bolt-address=0.0.0.0
  • --bolt-address=127.0.0.1
  • --bolt-address=localhost

Can I use any of these three methods?

0 Answers
Related