Skip to content

Commit

Permalink
Add testsettings.json
Browse files Browse the repository at this point in the history
Missed from previous commit.
  • Loading branch information
martincostello committed Nov 26, 2023
1 parent 2ac07a3 commit fa3c097
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/LondonTravel.Skill.Tests/testsettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Polly": "Warning",
"System": "Warning"
}
},
"Skill": {
"ApplicationInsightsConnectionString": "InstrumentationKey=my-application-insights-key;IngestionEndpoint=https://northeurope-0.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/",
"SkillApiUrl": "https://londontravel.martincostello.local/",
"SkillId": "my-skill-id",
"TflApplicationId": "my-tfl-app-id",
"TflApplicationKey": "my-tfl-app-key",
"VerifySkillId": true
}
}

0 comments on commit fa3c097

Please sign in to comment.