Skip to content

Commit

Permalink
Cargo fmt and more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Sabouri committed Jul 24, 2022
1 parent e9626bd commit a565a85
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 86 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
/target
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.backup

*.conf
*.cert
*.macaroon
4 changes: 4 additions & 0 deletions conf_dir/conf.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bind_port = 3000
lnd_address = "tcp://localhost:10009"
lnd_cert_path = "./tls.cert"
lnd_macaroon_path = "./admin.macaroon"
Loading

0 comments on commit a565a85

Please # to comment.