Browse Source
			
			
			improve wording of domain description
			
			
				pull/3228/head
			
			
		 
		
			
				
					
						
						BlockListed
					
					3 years ago
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 2D204777C477B588
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/config.rs
				
 
			
		
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -401,7 +401,7 @@ make_config! { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    /// General settings
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    settings { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        /// Domain URL |> This needs to be set to the URL used to access the server, including 'http[s]://'
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        /// and port, if it's different than the default, but excluding a trailing slash.
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        /// and port, if it's different than the default. Don't include a trailing slash.
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        /// Some server functions don't work correctly without this value
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        domain:                 String, true,   def,    "http://localhost".to_string(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        /// Domain Set |> Indicates if the domain is set by the admin. Otherwise the default will be used.
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |