refactor: convert to workspace
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
19
lnvps_api/config.yaml
Normal file
19
lnvps_api/config.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
db: "mysql://root:root@localhost:3376/lnvps"
|
||||
lightning:
|
||||
lnd:
|
||||
url: "https://127.0.0.1:10003"
|
||||
cert: "/home/kieran/.polar/networks/2/volumes/lnd/alice/tls.cert"
|
||||
macaroon: "/home/kieran/.polar/networks/2/volumes/lnd/alice/data/chain/bitcoin/regtest/admin.macaroon"
|
||||
delete-after: 3
|
||||
public-url: "https://api.lnvps.net"
|
||||
provisioner:
|
||||
proxmox:
|
||||
read-only: false
|
||||
qemu:
|
||||
bios: "ovmf"
|
||||
machine: "q35"
|
||||
os-type: "l26"
|
||||
bridge: "vmbr0"
|
||||
cpu: "host"
|
||||
vlan: 100
|
||||
kvm: false
|
Reference in New Issue
Block a user