Skip to content

Commit

Permalink
remove redundant env var
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 9, 2024
1 parent 732f1a0 commit 8b05675
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings/config/start-pva.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# IP lists for IOCS (blank if get_ioc_ips.py fails)
export IPS="$(python3 /config/get_ioc_ips.py)"
export EPICS_PVA_ADDR_LIST=${IPS:-127.0.0.1}
export EPICS_CA_ADDR_LIST=${IPS:-127.0.0.1}

# PORTS for CA and PVA
export CA_SERVER_PORT=${CA_SERVER_PORT:-5064}
Expand Down

0 comments on commit 8b05675

Please sign in to comment.