Replacing localhost with 127.0.0.1

This commit is contained in:
softsimon
2021-01-30 18:43:58 +07:00
parent edf8f1fc8a
commit 9d317082e1
6 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ Edit `mempool-config.json` to add your Bitcoin Core node RPC credentials:
},
"DATABASE": {
"ENABLED": true,
"HOST": "localhost",
"HOST": "127.0.0.1",
"PORT": 3306,
"USERNAME": "mempool",
"PASSWORD": "mempool",