trying to merge identity in api

This commit is contained in:
Michele 2020-11-11 01:26:29 +00:00
parent 5f6095f3ef
commit aa03a702bd

View file

@ -1,5 +1,10 @@
{
"AppSettings": {
"Secret": "THIS IS USED TO SIGN AND VERIFY JWT TOKENS, REPLACE IT WITH YOUR OWN SECRET, IT CAN BE ANY STRING"
},
"ConnectionStrings": {
"WebApiDatabase": "ENTER PRODUCTION SQL SERVER CONNECTION STRING HERE"
},
"Logging": {
"LogLevel": {
"Default": "Information",