2020-11-21 17:14:34 +01:00
|
|
|
# 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.
|
2020-09-20 20:43:59 +02:00
|
|
|
[services]
|
|
|
|
|
indexer=localhost
|
|
|
|
|
hub=localhost
|