ops: Enable stratum in prod config via localhost nginx proxy

This commit is contained in:
wiz 2025-01-20 17:20:23 +09:00
parent 4a14e8d921
commit 36b691e25b
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -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"
} }
} }