Migrated aurora-cradle-sharp to /aurora-cradle-sharp
This commit is contained in:
15
aurora-cradle-sharp/AuroraCradle/appsettings.json
Normal file
15
aurora-cradle-sharp/AuroraCradle/appsettings.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Kestrel": {
|
||||
"EndpointDefaults": {
|
||||
"Protocols": "Http1"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user