mirror of https://github.com/dapr/docs.git
				
				
				
			Modified based on the review comments - 1
Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
This commit is contained in:
		
							parent
							
								
									f12b671731
								
							
						
					
					
						commit
						f0b6ac5864
					
				|  | @ -18,9 +18,7 @@ The below code example loosely describes an application that processes orders. I | |||
| 
 | ||||
| Before retrieving secrets in your application's code, you must have a secret store component configured. For the purposes of this guide, as an example you will configure a local secret store which uses a local JSON file to store secrets. | ||||
| 
 | ||||
| {{% alert title="Warning" color="warning" %}} | ||||
| In a production-grade application, local secret stores are not recommended. You can find other alternatives [here]({{<ref supported-secret-stores >}}) to securely manage your secrets. | ||||
| {{% /alert %}} | ||||
| 
 | ||||
| Create a file named `secrets.json` with the following contents: | ||||
| 
 | ||||
|  | @ -55,7 +53,6 @@ To configure a different kind of secret store see the guidance on [how to config | |||
| 
 | ||||
| Run the Dapr sidecar with the application. | ||||
| 
 | ||||
| 
 | ||||
| {{< tabs Dotnet Java Python Go Javascript>}} | ||||
| 
 | ||||
| {{% codetab %}} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue