A decentralized music tracking and discovery platform built on AT Protocol 🎵
listenbrainz spotify atproto lastfm musicbrainz scrobbling

Merge pull request #2 from letsila/fix-some-installation-issues

fix: postgres env var and packages in workspaces config

authored by tsiry-sandratraina.com and committed by GitHub 26a45e7f f26dc423

Changed files
+3 -3
apps
+2 -1
.gitignore
··· 5 5 .env 6 6 *.ddb 7 7 *.ddb.wal 8 - .vscode/ 8 + .vscode/ 9 + *.DS_Store
+1 -1
apps/api/.env.example
··· 30 30 GOOGLE_REDIRECT_URI="http://localhost:8000/googledrive/oauth/callback" 31 31 32 32 # The following envs depends on your docker compose setup 33 - POSTGTRES_URL="postgresql://postgres:mysecretpassword@localhost:5433/rocksky" 33 + POSTGRES_URL="postgresql://postgres:mysecretpassword@localhost:5433/rocksky" 34 34 MEILISEARCH_API_KEY="masterkey" 35 35 REDIS_URL="redis://localhost:6380"
-1
package.json
··· 38 38 "apps/spotify-proxy", 39 39 "apps/uploads", 40 40 "apps/xata-proxy", 41 - "packages/*", 42 41 "crates" 43 42 ] 44 43 }