mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 00:44:19 +00:00
9 lines
No EOL
203 B
Text
9 lines
No EOL
203 B
Text
DB_TYPE=mongo
|
|
DB_USER=user
|
|
DB_PASS=password
|
|
DB_NAME=seek-tune
|
|
DB_HOST=192.168.0.1
|
|
DB_PORT=27017
|
|
REACT_APP_BACKEND_URL=http://localhost:5000
|
|
SPOTIFY_CLIENT_ID=yourclientid
|
|
SPOTIFY_CLIENT_SECRET=yoursecret |