Store nodes and channels

This commit is contained in:
softsimon
2022-04-24 01:33:38 +04:00
parent 948f905a66
commit 3e6af8e87b
8 changed files with 422 additions and 29 deletions

View File

@@ -20,8 +20,8 @@
"HOST": "127.0.0.1",
"PORT": 3306,
"SOCKET": "/var/run/mysql/mysql.sock",
"DATABASE": "mempool",
"USERNAME": "mempool",
"PASSWORD": "mempool"
"DATABASE": "lightning",
"USERNAME": "root",
"PASSWORD": "root"
}
}