mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 05:22:24 -05:00 
			
		
		
		
	
					parent
					
						
							
								b1a4f38e38
							
						
					
				
			
			
				commit
				
					
						29bdc41baa
					
				
			
		
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -98,7 +98,7 @@ func loadFromFile(path string) (*Config, error) { | ||||||
| 		return nil, fmt.Errorf("could not read file at path %s: %s", path, err) | 		return nil, fmt.Errorf("could not read file at path %s: %s", path, err) | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	config := &Config{} | 	config := Empty() | ||||||
| 	if err := yaml.Unmarshal(bytes, config); err != nil { | 	if err := yaml.Unmarshal(bytes, config); err != nil { | ||||||
| 		return nil, fmt.Errorf("could not unmarshal file at path %s: %s", path, err) | 		return nil, fmt.Errorf("could not unmarshal file at path %s: %s", path, err) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | @ -148,6 +148,7 @@ func derivePGOptions(c *config.Config) (*pg.Options, error) { | ||||||
| 	case config.DBTLSModeRequire: | 	case config.DBTLSModeRequire: | ||||||
| 		tlsConfig = &tls.Config{ | 		tlsConfig = &tls.Config{ | ||||||
| 			InsecureSkipVerify: false, | 			InsecureSkipVerify: false, | ||||||
|  | 			ServerName:         c.DBConfig.Address, | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue