You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
198 B

  1. Neography.configure do |config|
  2. config.protocol = "http"
  3. config.server = ENV['NEO4J_HOST'] || 'localhost'
  4. config.port = ENV['NEO4J_PORT'] || 7474
  5. end