seee prev. commit

This commit is contained in:
rxf
2023-06-27 17:14:18 +02:00
parent f5fba41a50
commit ecdcded663
7 changed files with 113 additions and 149 deletions
+14 -1
View File
@@ -7,7 +7,7 @@
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"name": "Launch esprimo",
"skipFiles": [
"<node_internals>/**"
],
@@ -18,6 +18,19 @@
"MONGOHOST": "esprimo",
"MONGOPORT": "27098"
}
},
{
"type": "node",
"request": "launch",
"name": "Launch strato",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/bin/www.js",
"env": {
"MONGOHOST": "h3006374.stratoserver.net",
"MONGOPORT": "27097"
}
}
]
}