mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	docs: update postgres ssl docs to accurately use ca over key (#4271)
This commit is contained in:
		
							parent
							
								
									ef495a35ee
								
							
						
					
					
						commit
						4fc0f61753
					
				| @ -299,7 +299,7 @@ const unleashOptions = { | ||||
| <TabItem value="env" label="Environment variables (bash)"> | ||||
| 
 | ||||
| ```bash title="Reading from the file system with bash" | ||||
| DATABASE_SSL="{ \"key\": \"$(cat /path/to/server-certificates/root.crt)\" }" | ||||
| DATABASE_SSL="{ \"ca\": \"$(cat /path/to/server-certificates/root.crt)\" }" | ||||
| ``` | ||||
| 
 | ||||
| </TabItem> | ||||
| @ -331,7 +331,7 @@ const unleashOptions = { | ||||
| <TabItem value="env" label="Environment variables (bash)"> | ||||
| 
 | ||||
| ```bash title="Enable self-signed certificates" | ||||
| DATABASE_SSL="{ \"rejectUnauthorized\": false, \"key\": \"$(cat /path/to/server-certificates/root.crt)\" }" | ||||
| DATABASE_SSL="{ \"rejectUnauthorized\": false, \"ca\": \"$(cat /path/to/server-certificates/root.crt)\" }" | ||||
| ``` | ||||
| 
 | ||||
| </TabItem> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user