We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d03e3 commit b14239aCopy full SHA for b14239a
2 files changed
.gitignore
@@ -416,3 +416,4 @@ FodyWeavers.xsd
416
*.msix
417
*.msm
418
*.msp
419
+AbeckDev.DbTimetable.Mcp/appsettings.Development.json
AbeckDev.DbTimetable.Mcp/appsettings.json
@@ -5,5 +5,10 @@
5
"Microsoft.AspNetCore": "Warning"
6
}
7
},
8
- "AllowedHosts": "*"
+ "AllowedHosts": "*",
9
+ "DeutscheBahnApi":{
10
+ "BaseUrl": "https://apis.deutschebahn.com/db-api-marketplace/apis/timetables/v1/",
11
+ "ClientId": "your-client-id-here",
12
+ "ApiKey": "your-api-key-here"
13
+ }
14
0 commit comments