Updated docs because people dont use google

This commit is contained in:
FifthWit 2025-05-01 13:13:53 -05:00
parent 9e3959b2fc
commit 1d91fbd66a
2 changed files with 7 additions and 0 deletions

View file

@ -17,6 +17,8 @@ CRYPTO_SECRET=''
# From https://www.themoviedb.org/settings/api
TMDB_API_KEY=''
# From https://trakt.tv/oauth/applications
# Click New Application after you've logged in, enter the name of the app, which doesnt matter, and for redirect url, just do https://google.com, it doesnt matter
# Now it will show you those keys
TRAKT_CLIENT_ID=''
TRAKT_SECRET_ID=''

View file

@ -0,0 +1,5 @@
export default defineEventHandler(() => {
return
})