first push

This commit is contained in:
2025-05-06 10:37:33 -04:00
parent 2b1ec3ee26
commit 74efad656a
35 changed files with 1686 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"MovieApi": {
"BaseUrl": "https://api.themoviedb.org/3",
"ApiKey": "45986ef3bc3be0f98701339092f28ce3",
"BearerToken": "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI0NTk4NmVmM2JjM2JlMGY5ODcwMTMzOTA5MmYyOGNlMyIsInN1YiI6IjY1YzU3MGVhNTM0NjYxMDE2MjhhY2VlZCIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.UK_3zXedq_xs_ma1zCbh6-s0bEKdlUH8XWkpAWpDLZ0"
}
}