Skip to content

Instantly share code, notes, and snippets.

@straumat
Last active June 16, 2017 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save straumat/2361ad2ba372fb6a9d4fc132685b5c9d to your computer and use it in GitHub Desktop.
Save straumat/2361ad2ba372fb6a9d4fc132685b5c9d to your computer and use it in GitHub Desktop.
Blockchain2graph - applications.properties
# Blockchain2graph.
#
# blockchain2graph configuration.
blockchain2graph.address=5.196.65.205
blockchain2graph.port=8080
blockchain2graph.date.format=HH:mm
#
# Bitcoind access configuration.
bitcoind.hostname=5.196.65.205
bitcoind.port=8332
bitcoind.username=bitcoinrpc
bitcoind.password=JRkDy3tgCYdmCEqY1VdfdfhTswiRva
#
# Neo4j access configuration.
spring.data.neo4j.uri=bolt://neo4j:toto!@localhost:7687
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment