Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBong committed Aug 10, 2024
1 parent aecc0f2 commit a410157
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ build/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store
.idea/workspace.xml
4 changes: 3 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/com/bongbong/lightning/LightningPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class LightningPlugin extends JavaPlugin {
// export HOST_INVOICE_KEY_LNBI="adminaccountlnbitinvoicekey"
//
// you must have UserManager installed on your LNBits node.
// mongodb installed is also a requirement.
// mongodb installed is also a requirement. bind it to 127.0.0.1 in /etc/mongod.conf

public static String HOST_BASE_URL_LNBIT = System.getenv("HOST_BASE_URL_LNBIT");
protected static String HOST_ADMIN_KEY_LNBIT = System.getenv("HOST_ADMIN_KEY_LNBIT");
Expand Down

0 comments on commit a410157

Please sign in to comment.