Compare commits
1 Commits
branch-v2
...
Main-dupli
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b15772692 |
10
.env
10
.env
@@ -1,8 +1,12 @@
|
|||||||
MONGO_URI=mongodb://mongo/
|
# MONGO_URI=mongodb://mongo/
|
||||||
MONGO_USER=admin
|
# MONGO_USER=admin
|
||||||
MONGO_PASSWORD=admin321
|
# MONGO_PASSWORD=admin321
|
||||||
MONGO_AUTH_DB=admin
|
MONGO_AUTH_DB=admin
|
||||||
|
|
||||||
|
MONGO_URI=mongodb://192.168.0.110/
|
||||||
|
MONGO_USER=mydata
|
||||||
|
MONGO_PASSWORD=mongodb@hexr2002
|
||||||
|
MONGO_AUTH_DB=admin
|
||||||
API_PORT=5000
|
API_PORT=5000
|
||||||
SOCKET_PORT=8000
|
SOCKET_PORT=8000
|
||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
|
|||||||
22
Dwinzo-Backend-OLD.code-workspace
Normal file
22
Dwinzo-Backend-OLD.code-workspace
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"name": "Dwinzo-Backend",
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.git": true,
|
||||||
|
"**/.svn": true,
|
||||||
|
"**/.hg": true,
|
||||||
|
"**/CVS": true,
|
||||||
|
"**/.DS_Store": true,
|
||||||
|
"**/Thumbs.db": true,
|
||||||
|
"**/.retool_types/**": true,
|
||||||
|
"**/*tsconfig.json": true,
|
||||||
|
".cache": true,
|
||||||
|
"retool.config.json": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user