diff --git a/.vscode/launch.json b/.vscode/launch.json index 2308cfec65..243106b667 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -34,7 +34,9 @@ "module": "blueapi", "args": "--config ${input:config_path} serve", "env": { - "OTLP_EXPORT_ENABLED": "false" + "OTLP_EXPORT_ENABLED": "false", + "EPICS_CA_NAME_SERVERS": "127.0.0.1:9064", + "EPICS_PVA_NAME_SERVERS": "127.0.0.1:9075" }, }, {