mirror of
				https://github.com/bumi/lntip
				synced 2025-10-31 12:35:44 +00:00 
			
		
		
		
	Flag for the LND hex strings
This commit is contained in:
		
							parent
							
								
									fae94fc021
								
							
						
					
					
						commit
						488eef551f
					
				
							
								
								
									
										2
									
								
								lnme.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								lnme.go
									
									
									
									
									
								
							| @ -230,7 +230,9 @@ func LoadConfig() *koanf.Koanf { | ||||
| 	f := flag.NewFlagSet("LnMe", flag.ExitOnError) | ||||
| 	f.String("lnd-address", "localhost:10009", "The host and port of the LND gRPC server.") | ||||
| 	f.String("lnd-macaroon-path", "~/.lnd/data/chain/bitcoin/mainnet/invoice.macaroon", "Path to the LND macaroon file.") | ||||
| 	f.String("lnd-macaroon", "", "HEX string of LND macaroon file.") | ||||
| 	f.String("lnd-cert-path", "~/.lnd/tls.cert", "Path to the LND tls.cert file.") | ||||
| 	f.String("lnd-cert", "", "HEX string of LND tls cert file.") | ||||
| 	f.Bool("disable-website", false, "Disable default embedded website.") | ||||
| 	f.Bool("disable-ln-address", false, "Disable Lightning Address handling") | ||||
| 	f.Bool("disable-cors", false, "Disable CORS headers.") | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user