mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
16 lines
427 B
JSON
16 lines
427 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Package",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "auto",
|
|
"program": "${workspaceFolder}/cmd/dendrite",
|
|
"args": [
|
|
"-really-enable-open-registration",
|
|
"-config",
|
|
"../../../adminas/.ci/config/dendrite-local/dendrite.yaml"
|
|
],
|
|
}
|
|
]
|
|
} |