cleanup db migrations
This commit is contained in:
parent
cbd5822fa2
commit
acc34aeee4
18 changed files with 13312 additions and 1081 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"Authencication": {
|
||||
"Issuer": "https://localhost:5001",
|
||||
"Client": {
|
||||
"Id": "mvc",
|
||||
"Secret": "lame-secret"
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
|
|
@ -6,7 +13,6 @@
|
|||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"AuthIssuer": "https://localhost:5001",
|
||||
"Kestrel": {
|
||||
"Endpoints":
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue