Add project files.
This commit is contained in:
13
EmployeeApi/appsettings.json
Normal file
13
EmployeeApi/appsettings.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"Default": ""
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user