Convert the AppSettings to model class

This commit is contained in:
Sébastien André
2020-12-24 20:19:31 +01:00
parent 2991a132bc
commit cd4ac50cb1
7 changed files with 51 additions and 30 deletions

View File

@@ -11,7 +11,7 @@
},
"JWT": {
"Issuer": "NoIdea",
"Key": "the very long and strong passphrase to encrypt the token"
"Passphrase": "the very long and strong passphrase to encrypt the token"
},
"AllowedHosts": "*",
"ConnectionStrings": {