Typo fix - update to safe storage of app secrets in development in ASP.NET Core article (#29302)
- (The app's `secrets.json` file was modified to remove the key-value pair associated with the `MoviesConnectionString` key.) to (... `Movies:ConnectionString` key.).pull/29305/head
parent
7511b46593
commit
216f672282
|
@ -229,7 +229,7 @@ Run the following command from the directory in which the project file exists:
|
||||||
dotnet user-secrets remove "Movies:ConnectionString"
|
dotnet user-secrets remove "Movies:ConnectionString"
|
||||||
```
|
```
|
||||||
|
|
||||||
The app's `secrets.json` file was modified to remove the key-value pair associated with the `MoviesConnectionString` key:
|
The app's `secrets.json` file was modified to remove the key-value pair associated with the `Movies:ConnectionString` key:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue