Add .env enxample to server

This commit is contained in:
Chigozirim Igweamaka 2025-11-19 16:34:24 +01:00
parent 068e28cdad
commit d820dda8be

14
server/.env.example Normal file
View file

@ -0,0 +1,14 @@
DB_TYPE=mongo # or sqlite
DB_USER=user
DB_PASS=password
DB_NAME=seek-tune
DB_HOST=192.168.0.1
DB_PORT=27017
# Set to true to enable stereo fingerprinting (uses more storage but may improve accuracy)
FINGERPRINT_STEREO=false
SPOTIFY_CLIENT_ID=yourclientid
SPOTIFY_CLIENT_SECRET=yoursecret