Replacing localhost with 127.0.0.1

This commit is contained in:
softsimon
2021-01-30 18:43:58 +07:00
parent 476948e70e
commit 42fa7c67bb
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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