mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-04-19 08:56:12 +00:00
add example environment configuration file
This commit is contained in:
parent
3a1cd1e7f1
commit
cd231fe6a8
1 changed files with 7 additions and 0 deletions
7
.env.example
Normal file
7
.env.example
Normal 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
|
Loading…
Add table
Reference in a new issue