Skip to content

Commit 6c2a4bc

Browse files
Add ApiKey configuration for MOTHistoryAPI
1 parent 766f80f commit 6c2a4bc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

appsettings.Development.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"Microsoft": "Warning",
66
"Microsoft.Hosting.Lifetime": "Information"
77
}
8+
},
9+
"MOTHistoryAPI": {
10+
"ApiKey": "your-actual-real-key-here"
811
}
912
}
13+
}

0 commit comments

Comments
 (0)