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
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
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": { "DATABASE": {
"ENABLED": true, "ENABLED": true,
"HOST": "localhost", "HOST": "127.0.0.1",
"PORT": 3306, "PORT": 3306,
"USERNAME": "mempool", "USERNAME": "mempool",
"PASSWORD": "mempool", "PASSWORD": "mempool",

View File

@ -91,7 +91,7 @@ const defaults: IConfig = {
}, },
'DATABASE': { 'DATABASE': {
'ENABLED': true, 'ENABLED': true,
'HOST': 'localhost', 'HOST': '127.0.0.1',
'PORT': 3306, 'PORT': 3306,
'DATABASE': 'mempool', 'DATABASE': 'mempool',
'USERNAME': 'mempool', 'USERNAME': 'mempool',

View File

@ -17,7 +17,7 @@
}, },
"DATABASE": { "DATABASE": {
"ENABLED": false, "ENABLED": false,
"HOST": "localhost", "HOST": "127.0.0.1",
"PORT": 3306, "PORT": 3306,
"USERNAME": "bmempool", "USERNAME": "bmempool",
"PASSWORD": "bmempool", "PASSWORD": "bmempool",

View File

@ -18,7 +18,7 @@
}, },
"DATABASE": { "DATABASE": {
"ENABLED": true, "ENABLED": true,
"HOST": "localhost", "HOST": "127.0.0.1",
"PORT": 3306, "PORT": 3306,
"USERNAME": "lmempool", "USERNAME": "lmempool",
"PASSWORD": "lmempool", "PASSWORD": "lmempool",

View File

@ -17,7 +17,7 @@
}, },
"DATABASE": { "DATABASE": {
"ENABLED": true, "ENABLED": true,
"HOST": "localhost", "HOST": "127.0.0.1",
"PORT": 3306, "PORT": 3306,
"USERNAME": "mempool", "USERNAME": "mempool",
"PASSWORD": "mempool", "PASSWORD": "mempool",

View File

@ -18,7 +18,7 @@
}, },
"DATABASE": { "DATABASE": {
"ENABLED": true, "ENABLED": true,
"HOST": "localhost", "HOST": "127.0.0.1",
"PORT": 3306, "PORT": 3306,
"USERNAME": "tmempool", "USERNAME": "tmempool",
"PASSWORD": "tmempool", "PASSWORD": "tmempool",