mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			268 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			268 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
title = "LibNetwork Configuration file"
 | 
						|
 | 
						|
[daemon]
 | 
						|
  debug = false
 | 
						|
[cluster]
 | 
						|
  discovery = "token://swarm-discovery-token"
 | 
						|
  Address = "Cluster-wide reachable Host IP"
 | 
						|
[datastore]
 | 
						|
  embedded = false
 | 
						|
[datastore.client]
 | 
						|
  provider = "consul"
 | 
						|
  Address = "localhost:8500"
 |