vls: update to main

add rpc server auth creds
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh
2024-06-11 06:42:20 +05:30
parent 08d2776f20
commit b82341616a
3 changed files with 5 additions and 3 deletions

View File

@@ -2,4 +2,4 @@
set -ex
vls-cli info
vls-cli --rpc-user rpcuser --rpc-password VLSsigner2 info

View File

@@ -1 +1,3 @@
datadir = "/home/vls/.lightning-signer"
rpc-user = "rpcuser"
rpc-pass = "VLSsigner2"