Last active
January 18, 2019 22:50
-
-
Save engineersamuel/a761ade2ecb32e8362a5f88e0e760c58 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
{ | |
"IsEncrypted": false, | |
"Values": { | |
"AzureWebJobsStorage": "UseDevelopmentStorage=true", | |
"FUNCTIONS_WORKER_RUNTIME": "dotnet" | |
}, | |
"Host": { | |
"LocalHttpPort": 7071, | |
"CORS": "*" | |
}, | |
"OpenApiHost": "localhost:7071", | |
"OpenApiBasePath": "/api", | |
"OpenApiScheme": "http" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment