diff --git a/.gitignore b/.gitignore
index 5ff6309..02dfeca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,4 +35,5 @@ build/
.vscode/
### Mac OS ###
-.DS_Store
\ No newline at end of file
+.DS_Store
+.idea/workspace.xml
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 35a2ffe..a711c79 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,9 @@
-
+
+
+
diff --git a/src/main/java/com/bongbong/lightning/LightningPlugin.java b/src/main/java/com/bongbong/lightning/LightningPlugin.java
index ca9cfc5..e5ffab7 100644
--- a/src/main/java/com/bongbong/lightning/LightningPlugin.java
+++ b/src/main/java/com/bongbong/lightning/LightningPlugin.java
@@ -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");