From a6c52bf143bcaa4ba3dab087c3a2c5cfcc23d6c0 Mon Sep 17 00:00:00 2001 From: Vineet Thanedar Date: Mon, 14 Apr 2014 22:23:40 -0700 Subject: [PATCH] staging and production config settings --- lib/config/graph.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/graph.yml b/lib/config/graph.yml index 3646c94..4efe2cf 100644 --- a/lib/config/graph.yml +++ b/lib/config/graph.yml @@ -14,7 +14,7 @@ development: staging: protocol: "http://" - server: "internal-Neo4j-LB-1523566093.us-west-2.elb.amazonaws.com" + server: staging_neo4j_server_host port: 7474 directory: "" # prefix this path with '/' cypher_path: "/cypher" @@ -56,7 +56,7 @@ qa: production: protocol: "http://" - server: "localhost" + server: production_neo4j_server_host port: 7474 directory: "" # prefix this path with '/' cypher_path: "/cypher"