Files
plex-playlist-old/backend/.env
2024-04-23 08:02:28 -04:00

5 lines
152 B
Bash

PLEX_SERVER_URL=http://your-plex-server-url
PLEX_TOKEN=your-plex-token
DATABASE_URL=postgres://user:password@localhost/database
MAX_TRACKS_QUERIED=1000