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

fix: update XATA_POSTGRES_URL in .env.example with correct connection string

+1 -1
+1 -1
.env.example
··· 7 7 GOOGLE_CLIENT_ID= 8 8 GOOGLE_CLIENT_SECRET= 9 9 10 - XATA_POSTGRES_URL= 10 + XATA_POSTGRES_URL="postgresql://postgres:mysecretpassword@localhost:5433/rocksky?sslmode=disable" 11 11 12 12 JWT_SECRET= 13 13