Skip to content

Commit fde7568

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

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"env": {
3737
"OTLP_EXPORT_ENABLED": "false"
3838
},
39+
"envFile": "${workspaceFolder}/tests/system_tests/.env"
3940
},
4041
{
4142
"name": "Blueapi Controller",

tests/system_tests/.env

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
EPICS_CA_NAME_SERVERS=127.0.0.1:9064
2+
EPICS_PVA_NAME_SERVERS=127.0.0.1:9075

0 commit comments

Comments
 (0)