Skip to content

Commit

Permalink
update neo4j stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cguess committed Sep 18, 2024
1 parent f28f67d commit b783450
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ development:
# password: password

test:
url: RAISE_ENV["NEO4J_URL"]
username: RAILS_ENV["NEO4J_USERNAME"]
password: RAILS_ENV["NEO4J_PASSWORD"]
url: ENV["NEO4J_URL"]
username: ENV["NEO4J_USERNAME"]
password: ENV["NEO4J_PASSWORD"]

production:
url: RAILS_ENV["NEO4J_URL"]
username: RAILS_ENV["NEO4J_USERNAME"]
password: RAILS_ENV["NEO4J_PASSWORD"]
url: ENV["NEO4J_URL"]
username: ENV["NEO4J_USERNAME"]
password: ENV["NEO4J_PASSWORD"]

0 comments on commit b783450

Please sign in to comment.