You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ldk-server/ldk-server-config.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ alias = "ldk_server" # Lightning node alias
10
10
11
11
# Storage settings
12
12
[storage.disk]
13
-
dir_path = "/tmp/ldk-server/"# Path for LDK and BDK data persistence, optional, defaults to ~/.ldk-server/
13
+
dir_path = "/tmp/ldk-server/"# Path for LDK and BDK data persistence, optional, defaults to ~/Library/Application Support/ldk-server/ on macOS, ~/.ldk-server/ on Linux
0 commit comments