Created
May 31, 2018 19:47
-
-
Save GrillPhil/e232c37d38f4dbdd85dd80aeef2d7ccd 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": "DefaultEndpointsProtocol=https;AccountName=[account name];AccountKey=[account key]", | |
"AzureWebJobsDashboard": "UseDevelopmentStorage=true", | |
"BaseUrl": "https://{0}.mite.yo.lk/{1}api_key={2}", | |
"Tenant": "your tenant name", | |
"ApiKey": "api key" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment