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
// defaultLndMacaroon is the default macaroon file we use if the old,
@@ -127,6 +142,10 @@ type Config struct {
127
142
ConfigFilestring`long:"configfile" description:"Path to configuration file."`
128
143
DataDirstring`long:"datadir" description:"Directory for loopdb."`
129
144
145
+
DatabaseBackendstring`long:"databasebackend" description:"The database backend to use for storing all asset related data." choice:"sqlite" choice:"postgres"`
0 commit comments