diff --git a/extensions/samples/assets/projects/QnASample/settings/appsettings.json b/extensions/samples/assets/projects/QnASample/settings/appsettings.json deleted file mode 100644 index 356542b7d1..0000000000 --- a/extensions/samples/assets/projects/QnASample/settings/appsettings.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "feature": { - "UseShowTypingMiddleware": false, - "UseInspectionMiddleware": false, - "RemoveRecipientMention": false - }, - "MicrosoftAppPassword": "", - "MicrosoftAppId": "", - "cosmosDb": { - "authKey": "", - "collectionId": "botstate-collection", - "cosmosDBEndpoint": "", - "databaseId": "botstate-db" - }, - "applicationInsights": { - "InstrumentationKey": "" - }, - "blobStorage": { - "connectionString": "", - "container": "transcripts" - }, - "luis": { - "name": "", - "authoringKey": "", - "authoringEndpoint": "", - "endpointKey": "", - "endpoint": "", - "authoringRegion": "westus", - "defaultLanguage": "en-us", - "environment": "composer" - }, - "publishTargets": [], - "qna": { - "subscriptionKey": "", - "knowledgebaseid": "", - "endpointKey": "", - "hostname": "", - "region": "westus" - }, - "telemetry": { - "logPersonalInformation": false, - "logActivities": true - }, - "runtime": { - "customRuntime": false, - "path": "", - "command": "" - }, - "downsampling": { - "maxImbalanceRatio": 10, - "maxUtteranceAllowed": 15000 - }, - "defaultLanguage": "en-us", - "languages": [ - "en-us" - ] -} \ No newline at end of file