Do Not Track appsettings.Development.json
This commit is contained in:
parent
5c9f1e5f4c
commit
437698a1f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -368,3 +368,4 @@ FodyWeavers.xsd
|
||||
/qtc-net-server/appsettings.json
|
||||
/qtc-net-server/user-content/
|
||||
/qtc-net-server/Properties/launchSettings.json
|
||||
/qtc-net-server/appsettings.Development.json
|
||||
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"Jwt": {
|
||||
"Issuer": "http://localhost",
|
||||
"Audience": "http://localhost",
|
||||
"DefaultUserRole": "User"
|
||||
},
|
||||
"GeneralConfig": {
|
||||
"CDNPath": "./user-content"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"Microsoft.AspNetCore": "Debug"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user