16 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[client]
 | 
						|
remote_addr = "a.b.c.d:2333"
 | 
						|
default_token = "TOKEN1_HERE"
 | 
						|
 | 
						|
[client.transport]
 | 
						|
type = "noise"
 | 
						|
 | 
						|
[client.transport.noise]
 | 
						|
remote_public_key = "PRIVATE_KEY"
 | 
						|
 | 
						|
[client.services.webui]
 | 
						|
local_addr = "127.0.0.1:7860"
 | 
						|
 | 
						|
[client.services.lama]
 | 
						|
local_addr = "127.0.0.1:8080"
 | 
						|
token = "TOKEN2_HERE"
 |