Top Level Namespace

Defined Under Namespace

Modules: Keymaker Classes: Railtie

Constant Summary collapse

NEO4J_INSTALL_DIR =

Inspired by the neo4j tasks in maxdemarzi/neography

ENV['NEO4J_INSTALL_DIR'] || File.expand_path(File.join(Rails.root, "tmp", "neo_#{Rails.env}"))
NEO4J_PORT =
ENV['NEO4J_PORT'] || Rails.env.test? ? "7475" : "7474"