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