update README.MD

pull/10/head
Mark van der Wal 2021-05-19 19:42:58 +02:00
parent dd651629cb
commit 8bbf808c55
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
##### 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.
* Needs proper testing of all public api methods.