Initial commit
This commit is contained in:
15
App/appsettings.json
Normal file
15
App/appsettings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AppSettings": {
|
||||
"API": "http://localhost/CoreWebAPI1/api/",
|
||||
"ApiKey": "BgWSbwCNM3pEiCxgIlDEyD7HFpUgKPeL8OPDqH9n"
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user