first commit

This commit is contained in:
Tomas Dvorak
2026-04-13 17:46:58 +02:00
commit 6e8fedf534
234 changed files with 53808 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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