Added configurable user-agent for axios

Will use `mempool/v${backendInfo.getBackendInfo().version}` for default
This commit is contained in:
Ayanami
2022-05-20 23:38:16 +09:00
parent 9d5bbf1f44
commit e41a08789a
6 changed files with 33 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
"EXTERNAL_ASSETS": [],
"EXTERNAL_MAX_RETRY": 10,
"EXTERNAL_RETRY_INTERVAL": 60,
"USER_AGENT": "mempool",
"STDOUT_LOG_MIN_PRIORITY": "debug"
},
"CORE_RPC": {