fix stratum config

This commit is contained in:
Mononaut
2024-10-25 07:40:54 +00:00
parent 9ba7172b5b
commit d6283c54ee
6 changed files with 19 additions and 3 deletions

View File

@@ -148,6 +148,10 @@
"API": "__MEMPOOL_SERVICES_API__",
"ACCELERATIONS": __MEMPOOL_SERVICES_ACCELERATIONS__
},
"STRATUM": {
"ENABLED": __STRATUM_ENABLED__,
"API": "__STRATUM_API__"
},
"REDIS": {
"ENABLED": __REDIS_ENABLED__,
"UNIX_SOCKET_PATH": "__REDIS_UNIX_SOCKET_PATH__",