Disable orleans reminder for deploy and add whitelisted addresses
This commit is contained in:
9
src/Managing.Api/appsettings.Development.json
Normal file
9
src/Managing.Api/appsettings.Development.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"RunOrleansGrains": false,
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user