Top Level Namespace

Defined Under Namespace

Modules: Keymaker

Constant Summary collapse

NEO4J_INSTALL_DIR =
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"