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

@@ -338,7 +338,7 @@ const defaults: IConfig = {
},
'STRATUM': {
'ENABLED': false,
'API': 'http://127.0.0.1:1234',
'API': 'http://localhost:1234',
}
};