add example environment configuration file

This commit is contained in:
Chigozirim Igweamaka 2025-04-07 02:29:01 +01:00
parent 3a1cd1e7f1
commit cd231fe6a8

7
.env.example Normal file
View file

@ -0,0 +1,7 @@
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