mempool/frontend/mempool-frontend-config.sample.json
softsimon 2cbf1474c3
New frontend config for webserver url to fix static asset httpGet.
Removed "absolute" from config names.
2020-11-23 18:22:21 +07:00

13 lines
389 B
JSON

{
"TESTNET_ENABLED": false,
"LIQUID_ENABLED": false,
"BISQ_ENABLED": false,
"BISQ_SEPARATE_BACKEND": false,
"ELECTRS_ITEMS_PER_PAGE": 25,
"KEEP_BLOCKS_AMOUNT": 8,
"SPONSORS_ENABLED": false,
"BACKEND_URL": "http://127.0.0.1:8999",
"ELECTRS_URL": "http://127.0.0.1:4200",
"ELECTRS_URL_SERVER": "http://127.0.0.1:50001",
"STATIC_WEBSERVER_URL": "http://127.0.0.1:4200"
}