mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
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>/**"
|
"<node_internals>/**"
|
||||||
],
|
],
|
||||||
"type": "node",
|
"type": "node",
|
||||||
"env": {
|
"env": { "DOMAIN": "localhost:3000", "SCHEME": "http"},
|
||||||
"DOMAIN": "localhost:3000",
|
|
||||||
"SCHEME": "http",
|
|
||||||
"MATRIX_ACCESS_TOKEN": "",
|
|
||||||
"MATRIX_INSTANCE": ""
|
|
||||||
},
|
|
||||||
"outputCapture": "std"
|
"outputCapture": "std"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue