mirror of
				https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
				synced 2025-10-31 09:18:04 +01:00 
			
		
		
		
	bicep/postgres: Enable unix socket auth
This commit is contained in:
		
							parent
							
								
									b5075f48c6
								
							
						
					
					
						commit
						437219bb68
					
				| @ -11,8 +11,9 @@ in | ||||
|     dataDir = "/data/postgresql"; | ||||
| 
 | ||||
|     authentication = '' | ||||
|       host all all 129.241.210.128/25 md5 | ||||
|       host all all 2001:700:300:1900::/64 md5 | ||||
|       local all all                        md5 | ||||
|       host  all all 129.241.210.128/25     md5 | ||||
|       host  all all 2001:700:300:1900::/64 md5 | ||||
|     ''; | ||||
| 
 | ||||
|     # Hilsen https://pgconfigurator.cybertec-postgresql.com/ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Olsen
						Daniel Olsen