trying to merge identity in api
This commit is contained in:
parent
5f6095f3ef
commit
aa03a702bd
1 changed files with 6 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue