forked from Mirrors/keyoxide-web
Revert "Add empty matrix env vars to launch.json"
This reverts commit 916dfcc6d3
.
This commit is contained in:
parent
c75291c201
commit
55847461dc
1 changed files with 1 additions and 6 deletions
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
|
@ -16,12 +16,7 @@
|
|||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node",
|
||||
"env": {
|
||||
"DOMAIN": "localhost:3000",
|
||||
"SCHEME": "http",
|
||||
"MATRIX_ACCESS_TOKEN": "",
|
||||
"MATRIX_INSTANCE": ""
|
||||
},
|
||||
"env": { "DOMAIN": "localhost:3000", "SCHEME": "http"},
|
||||
"outputCapture": "std"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue