Skip to content

Commit b14239a

Browse files
committed
Add appsettings.Development.json to .gitignore and update appsettings.json with DeutscheBahnApi configuration
1 parent a4d03e3 commit b14239a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,3 +416,4 @@ FodyWeavers.xsd
416416
*.msix
417417
*.msm
418418
*.msp
419+
AbeckDev.DbTimetable.Mcp/appsettings.Development.json

AbeckDev.DbTimetable.Mcp/appsettings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
"Microsoft.AspNetCore": "Warning"
66
}
77
},
8-
"AllowedHosts": "*"
8+
"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+
}
914
}

0 commit comments

Comments
 (0)