From 8bbf808c5561da2c8149cf7db206d80f02a54bc5 Mon Sep 17 00:00:00 2001 From: Mark van der Wal Date: Wed, 19 May 2021 19:42:58 +0200 Subject: [PATCH] update README.MD --- README.MD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 3eb0045..43ba6c7 100644 --- a/README.MD +++ b/README.MD @@ -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": "", + "ClientSecret": "" +} +``` * Isn't 100% complete. * Needs proper testing of all public api methods.