Files
SpotifyRecAlg/apps/backend/.env.example
T
Tomas Dvorak 6e8fedf534 first commit
2026-04-13 17:46:58 +02:00

14 lines
318 B
Bash

APP_ENV=development
APP_VERSION=0.1.0
HTTP_ADDR=:8080
STORE_DRIVER=postgres
DATABASE_URL=postgres://spotify:spotify@localhost:5432/spotifyrec?sslmode=disable
API_KEYS=
SEED_DEMO_DATA=false
REC_CONTENT_WEIGHT=0.44
REC_COLLAB_WEIGHT=0.28
REC_POPULARITY_WEIGHT=0.08
REC_EXPLORATION_WEIGHT=0.20
REC_DIVERSITY_LAMBDA=0.74