[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

skywatched / .env.example
371 B 12 lines
1# Replace with your DB credentials! 2# DATABASE_URL="libsql://db-name-user.turso.io" 3# DATABASE_AUTH_TOKEN="" 4# A local DB can also be used in dev as well 5DATABASE_URL="file:local.db" 6 7# API key for https://www.themoviedb.org/ 8TMDB_API_KEY="" 9 10# A random key for encrypting the session 11# on unix systems you can generate one with `openssl rand -base64 32` 12NYX_PASSWORD=""