Skip to content

Commit

Permalink
add localhost in CONFIG_COMMON, and 127.0.0.1 to a default value in i…
Browse files Browse the repository at this point in the history
…ni.in
  • Loading branch information
jeonghanlee committed Oct 12, 2022
1 parent 275e2d1 commit 4ab10ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure/CONFIG_COMMON
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Debian

JAVA_HOME:=/usr/lib/jvm/default-java
JAVA_HOME:=/usr
MAVEN_HOME:=/usr/share/maven

JAVA_PATH:=$(JAVA_HOME)/bin
Expand Down Expand Up @@ -33,7 +33,7 @@ OG_PORT:=8181

RS_ADDR_LIST:=localhost
AS_ADDR_LIST:=localhost
PS_ADDR_LIST:=
PS_ADDR_LIST:=localhost

# These allow developers to override the variable
-include $(TOP)/../CONFIG_COMMON.local
Expand Down
2 changes: 1 addition & 1 deletion site-template/phoebus_settings.ini.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ org.phoebus.logbook.ui/logbook_factory=olog
org.phoebus.pv/default=ca

# pv.ca
org.phoebus.pv.ca/addr_list=@PS_CA_ADDR_LIST@
org.phoebus.pv.ca/addr_list=127.0.0.1 @PS_CA_ADDR_LIST@
#org.phoebus.pv.ca/name_servers=


Expand Down

0 comments on commit 4ab10ad

Please sign in to comment.