Last active
August 6, 2019 06:19
-
-
Save aranm/b5e49a05d02eea003e153d40862ecc85 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", | |
"SuperApiKey": "VERY_SECRET_SECURE", | |
"FUNCTIONS_WORKER_RUNTIME": "dotnet" | |
}, | |
"ConnectionStrings": { | |
"SqlConnectionString": "MyConnectionString" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment