ops: Fix stratum server URL path in prod config

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

View File

@ -157,6 +157,6 @@
}, },
"STRATUM": { "STRATUM": {
"ENABLED": true, "ENABLED": true,
"API": "http://127.0.0.1:81" "API": "http://127.0.0.1:81/api/v1/stratum/ws"
} }
} }