Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created July 7, 2021 10:42
Show Gist options
  • Select an option

  • Save kshitijcode/4abe7c9a9bb0f7ce00282c712e18124d to your computer and use it in GitHub Desktop.

Select an option

Save kshitijcode/4abe7c9a9bb0f7ce00282c712e18124d to your computer and use it in GitHub Desktop.
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"DAPR_HTTP_ENDPOINT": "http://localhost:5180",
"DAPR_GRPC_ENDPOINT": "http://localhost:5101"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment