implement JellyStat API for watch history, genre summary, and user summary; add PostgreSQL connection pool and update requirements
This commit is contained in:
@@ -39,3 +39,12 @@ BASE_URL=http://localhost:8000
|
||||
|
||||
# Link token expiry in minutes (default 10)
|
||||
# AUTH_TOKEN_EXPIRY=10
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# JellyStat — PostgreSQL watch-history database
|
||||
# ---------------------------------------------------------------------------
|
||||
JELLYSTAT_DB_HOST=localhost
|
||||
JELLYSTAT_DB_PORT=5432
|
||||
JELLYSTAT_DB_USER=postgres
|
||||
JELLYSTAT_DB_PASSWORD=
|
||||
JELLYSTAT_DB_NAME=jfstat
|
||||
|
||||
Reference in New Issue
Block a user