Skip to content

Commit

Permalink
Merge pull request #26 from KDD-OpenSource/change-neo4j-pwd-to-standard
Browse files Browse the repository at this point in the history
Change neo4j password to standard
  • Loading branch information
GittiHab authored Feb 23, 2018
2 parents 1629b20 + f7a4fcf commit f8a69b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pika/src/Components/SetupComponents/ResultSetSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ResultSetSection extends Component {
</Button>
</h3>
<Neo4jGraphRenderer url="http://localhost:7474" user="neo4j"
password="neo4j2" query={this.props.cypherQuery} />
password="neo4j" query={this.props.cypherQuery} />
</div>
);
}
Expand Down

0 comments on commit f8a69b2

Please sign in to comment.