Files
thehub/support/rest-service.conf
TomZ 85cb3c3437 Install bitcore-proxy confs too
Also add some more documentation
2020-11-21 17:14:34 +01:00

26 lines
908 B
Plaintext

# Config file for the REST service.
# This REST service has a well known API that it copied from the
# rest.bitcoin.com team as an easy way to make all your services backed
# only by the Flowee infrastructure.
#
# This service needs to connect to an existing hub and an existing
# indexer, preferably one with all the indexer components enabled.
# We will nicely fail on calls that require more indexer components
# than are available.
#
######################################################################
# The prefix is what we require at the start of the URL.
url.prefix=/v2/
[json]
# A compact JSON has no leading spaces or line-feed characters.
compact=true
# Please specify the location where your services live, be aware that
# any network accessible location will work, but we advice to keep it
# in your LAN in order to keep the requests going fast.
[services]
indexer=localhost
hub=localhost