ops: Use unix sockets for MySQL

This commit is contained in:
wiz
2023-04-04 21:48:42 +09:00
parent 4fcc7f30f5
commit d434c6f1df
9 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@
"DATABASE": {
"ENABLED": true,
"HOST": "127.0.0.1",
"PORT": 3306,
"SOCKET": "/var/run/mysql/mysql.sock",
"USERNAME": "__MEMPOOL_TESTNET_USER__",
"PASSWORD": "__MEMPOOL_TESTNET_PASS__",
"DATABASE": "mempool_testnet"