Add project files.
This commit is contained in:
12
Core.Blueprint.Service.API/appsettings.Local.json
Normal file
12
Core.Blueprint.Service.API/appsettings.Local.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"LocalGateways": {
|
||||
"BlueprintDAL": "https://localhost:7075/api"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user