-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
34 lines (22 loc) · 1.22 KB
/
.env
File metadata and controls
34 lines (22 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
NODE_ENV=development #Declare whether it is in Development or production mode
ATLAS_URI=mongodb+srv://admin:5ZVy3RS0FIMcmTxn@cluster0.ravibmh.mongodb.net/app?retryWrites=true&w=majority
#The MongoDB URI
#Whether the application uses (Project Location)/server/saved_data as the saved_data location or the VISUALISATION_DIR location
USE_ABSOLUTE_PATH=true
# Visualisation directory location for all session
# Declare the non-project location of the saved_data - Supports the server.js and server.py config
VISUALISATION_DIR=S:\\saved_data\\
# C:\\Work\\teamwork-visualiser-dashboard\\server\\saved_data\\
# E:\\research\\projects\\teamwork-visualiser-dashboard\\server\\saved_data\\
# C:\\develop\\saved_data\\ # use this in Windows machine
# Server IP located in server.js under server/server.js
# IP=localhost
IP=49.127.45.93
# Server Port located in server.js under server/server.js
PORT=5002
# CURRENT_URL =http://localhost:3000
# PUBLIC_URL =http://localhost:3000
# Database for updating and getting local ip address of the server
IP_ATLAS_URI=mongodb+srv://dev-team:147EvXBRp3nQh4AO@dev-device-info.yhuzefa.mongodb.net/devicedb?retryWrites=true&w=majority
CURRENT_URL =http://49.127.45.93:3000
PUBLIC_URL =http://49.127.45.93:3000