update local.settings.json

This commit is contained in:
Stefan Bauer 2018-07-24 17:46:07 +02:00
parent 804e80175d
commit 201423e3f8
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"VimeoAPI": "<Enter your APPID here>",
"VimeoSecret": "<Enter your Secret here>",
"VimeoEndPoint": "https://api.vimeo.com"
}
}