We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c35e6 commit fde7568Copy full SHA for fde7568
2 files changed
.vscode/launch.json
@@ -36,6 +36,7 @@
36
"env": {
37
"OTLP_EXPORT_ENABLED": "false"
38
},
39
+ "envFile": "${workspaceFolder}/tests/system_tests/.env"
40
41
{
42
"name": "Blueapi Controller",
tests/system_tests/.env
@@ -1,6 +1,2 @@
1
-export EPICS_CA_NAME_SERVERS=127.0.0.1:9064
2
-export EPICS_PVA_NAME_SERVERS=127.0.0.1:9075
3
-export EPICS_CA_ADDR_LIST=127.0.0.1:9064
4
-
5
-# default profile for compose project (I don't think this gets picked up)
6
-COMPOSE_PROFILES=test
+EPICS_CA_NAME_SERVERS=127.0.0.1:9064
+EPICS_PVA_NAME_SERVERS=127.0.0.1:9075
0 commit comments