From f28f67d5ce1a9964f0b9e572574403e7fab71a95 Mon Sep 17 00:00:00 2001 From: Christopher Guess Date: Tue, 17 Sep 2024 20:59:41 -0400 Subject: [PATCH] update neo4j stuff --- config/neo4j.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/neo4j.yml b/config/neo4j.yml index a0b25f39..0e1452eb 100644 --- a/config/neo4j.yml +++ b/config/neo4j.yml @@ -14,7 +14,6 @@ test: password: RAILS_ENV["NEO4J_PASSWORD"] production: - url: - - RAILS_ENV["NEO4J_URL"] + url: RAILS_ENV["NEO4J_URL"] username: RAILS_ENV["NEO4J_USERNAME"] password: RAILS_ENV["NEO4J_PASSWORD"]