about summary refs log tree commit diff
path: root/config/initializers/neography.rb
blob: 25d54658b2cc36bba93e3ef0913b7587fed8b2c4 (plain) (blame)
1
2
3
4
5
Neography.configure do |config|
  config.protocol             = "http"
  config.server               = ENV['NEO4J_HOST'] || 'localhost'
  config.port                 = ENV['NEO4J_PORT'] || 7474
end