fix: let example config show how to use registration_disabled
This commit is contained in:
		
							parent
							
								
									176bd114a0
								
							
						
					
					
						commit
						95047272e8
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -1,11 +1,13 @@ | |||
| [global] | ||||
| server_name = "your.server.name" | ||||
| port = 8448 | ||||
| address = "0.0.0.0" | ||||
| #registration_disabled = true | ||||
| 
 | ||||
| # Default path is in this user's data | ||||
| #database_path = "/home/timo/MyConduitServer" | ||||
| 
 | ||||
| port = 14004 | ||||
| address = "0.0.0.0" | ||||
| 
 | ||||
| #[global.tls] | ||||
| #certs = "/etc/letsencrypt/live/your.server.name/fullchain.pem" | ||||
| #key = "/etc/letsencrypt/live/your.server.name/privkey.pem" | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue