This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-10-14 14:10:07 -07:00
|
|
|
Neography.configure do |config|
|
|
|
|
config.protocol = "http"
|
2016-11-07 14:20:52 -08:00
|
|
|
config.server = ENV.fetch('NEO4J_HOST') { 'localhost' }
|
|
|
|
config.port = ENV.fetch('NEO4J_PORT') { 7474 }
|
2016-10-14 14:10:07 -07:00
|
|
|
end
|