mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-16 16:34:21 +00:00
Add .env enxample to server
This commit is contained in:
parent
068e28cdad
commit
d820dda8be
1 changed files with 14 additions and 0 deletions
14
server/.env.example
Normal file
14
server/.env.example
Normal 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
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue