Skip to content

Commit

Permalink
Added API key to default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarpouzis committed Mar 19, 2024
1 parent 2a67735 commit c950dc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MovieTheater/appsettings.default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"DbConnectionString": null,
"ImdbApiKey": null,
"TmdbApiKey": null
"TmdbApiKey": null,
"OmdbApiKey": null
}

0 comments on commit c950dc4

Please sign in to comment.