Created
July 7, 2021 10:42
-
-
Save kshitijcode/4abe7c9a9bb0f7ce00282c712e18124d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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