Skip to content

Instantly share code, notes, and snippets.

@kshitijcode
Created July 9, 2021 04:59
Show Gist options
  • Select an option

  • Save kshitijcode/8863fb2a999d648ede49f01767fa7dc3 to your computer and use it in GitHub Desktop.

Select an option

Save kshitijcode/8863fb2a999d648ede49f01767fa7dc3 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:5380",
"DAPR_GRPC_ENDPOINT": "http://localhost:5301"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment