Skip to content

Commit 8d57aa1

Browse files
committed
chore: Add envFile to .vscode config
1 parent 85c35e6 commit 8d57aa1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"module": "blueapi",
3535
"args": "--config ${input:config_path} serve",
3636
"env": {
37-
"OTLP_EXPORT_ENABLED": "false"
37+
"OTLP_EXPORT_ENABLED": "false",
38+
"EPICS_CA_NAME_SERVERS": "127.0.0.1:9064",
39+
"EPICS_PVA_NAME_SERVERS": "127.0.0.1:9075"
3840
},
3941
},
4042
{

0 commit comments

Comments
 (0)