mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-09 13:50:18 -06:00
19 lines
505 B
JSON
19 lines
505 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "oCIS server",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "debug",
|
|
"program": "${workspaceFolder}/ocis/cmd/ocis",
|
|
"args": ["server"],
|
|
"env": {
|
|
"OCIS_LOG_LEVEL": "debug",
|
|
"OCIS_LOG_PRETTY": "true",
|
|
"OCIS_LOG_COLOR": "true",
|
|
"PROXY_ENABLE_BASIC_AUTH": "true"
|
|
}
|
|
},
|
|
]
|
|
} |