mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
ops: Enable stratum in prod config via localhost nginx proxy
This commit is contained in:
parent
4a14e8d921
commit
36b691e25b
1 changed files with 4 additions and 0 deletions
|
@ -154,5 +154,9 @@
|
||||||
"WALLETS": {
|
"WALLETS": {
|
||||||
"ENABLED": true,
|
"ENABLED": true,
|
||||||
"WALLETS": ["BITB", "3350"]
|
"WALLETS": ["BITB", "3350"]
|
||||||
|
},
|
||||||
|
"STRATUM": {
|
||||||
|
"ENABLED": true,
|
||||||
|
"API": "http://127.0.0.1:81"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue