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
RESTListenstring`long:"restlisten" description:"Address to listen on for REST clients"`
83
93
CORSOriginstring`long:"corsorigin" description:"The value to send in the Access-Control-Allow-Origin header. Header will be omitted if empty."`
84
94
85
-
LoopDirstring`long:"loopdir" description:"The directory for all of loop's data. If set, this option overwrites --datadir, --logdir, --tlscertpathand --tlskeypath."`
95
+
LoopDirstring`long:"loopdir" description:"The directory for all of loop's data. If set, this option overwrites --datadir, --logdir, --tlscertpath, --tlskeypath and --macaroonpath."`
86
96
ConfigFilestring`long:"configfile" description:"Path to configuration file."`
87
97
DataDirstring`long:"datadir" description:"Directory for loopdb."`
88
98
@@ -93,6 +103,8 @@ type Config struct {
93
103
TLSAutoRefreshbool`long:"tlsautorefresh" description:"Re-generate TLS certificate and key if the IPs or domains are changed."`
94
104
TLSDisableAutofillbool`long:"tlsdisableautofill" description:"Do not include the interface IPs or the system hostname in TLS certificate, use first --tlsextradomain as Common Name instead, if set."`
95
105
106
+
MacaroonPathstring`long:"macaroonpath" description:"Path to write the macaroon for loop's RPC and REST services if it doesn't exist."`
107
+
96
108
LogDirstring`long:"logdir" description:"Directory to log output."`
97
109
MaxLogFilesint`long:"maxlogfiles" description:"Maximum logfiles to keep (0 for no rotation)."`
98
110
MaxLogFileSizeint`long:"maxlogfilesize" description:"Maximum logfile size in MB."`
0 commit comments