update README.MD
This commit is contained in:
parent
dd651629cb
commit
8bbf808c55
10
README.MD
10
README.MD
@ -1,6 +1,14 @@
|
|||||||
##### NOT PRODUCTION READY CODE, JUST AN EXAMPLE
|
##### NOT PRODUCTION READY CODE, JUST AN EXAMPLE
|
||||||
|
|
||||||
Put your clientId and clientSecret in the appsettings.json.
|
Put your clientId and clientSecret in a newly created appsettings.secrets.json file inside the root of the Secrets project.
|
||||||
|
|
||||||
|
**appsettings.secrets.json**
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"ClientId": "<clientId>",
|
||||||
|
"ClientSecret": "<clientSecret>"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
* Isn't 100% complete.
|
* Isn't 100% complete.
|
||||||
* Needs proper testing of all public api methods.
|
* Needs proper testing of all public api methods.
|
||||||
|
Loading…
Reference in New Issue
Block a user