revert vscode config changes

This commit is contained in:
Willy Kloucek
2022-02-01 10:08:10 +01:00
parent 137d097de4
commit b1922c20f1

6
.vscode/launch.json vendored
View File

@@ -12,9 +12,9 @@
],
"env": {
// log settings for human developers
//"OCIS_LOG_LEVEL": "debug",
//"OCIS_LOG_PRETTY": "true",
//"OCIS_LOG_COLOR": "true",
"OCIS_LOG_LEVEL": "debug",
"OCIS_LOG_PRETTY": "true",
"OCIS_LOG_COLOR": "true",
// enable basic auth for dev setup so that we can use curl for testing
"PROXY_ENABLE_BASIC_AUTH": "true",
// set insecure options because we don't have valid certificates in dev environments