Skip to content

Commit

Permalink
Merge pull request #1910 from swalker2m/fire-url-in-release-branch
Browse files Browse the repository at this point in the history
Correct FIRE URL for production ODB
  • Loading branch information
sraaphorst authored Oct 13, 2021
2 parents 242622b + 2747a24 commit 44fb52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/spdb/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def gnodb(version: Version) = AppConfig(
"edu.gemini.spdb.dir" -> "/mount/wikiwiki/odbhome/ugemini/spdb/spdb.active",
"edu.gemini.util.trpc.name" -> "Gemini North ODB",
"osgi.shell.telnet.ip" -> "10.2.4.77",
"edu.gemini.fire.url" -> "http://hbffire-lv1.hi.gemini.edu/ocsmsg"
"edu.gemini.fire.url" -> "http://hbffireops.hi.gemini.edu:5000/ocsmsg"
)
) extending List(odbproduction(version), gnodb_credentials(version))

Expand Down Expand Up @@ -551,7 +551,7 @@ def gsodb(version: Version) = AppConfig(
"edu.gemini.spdb.dir" -> "/mount/petrohue/odbhome/ugemini/spdb/spdb.active",
"edu.gemini.util.trpc.name" -> "Gemini South ODB",
"osgi.shell.telnet.ip" -> "172.16.76.71",
"edu.gemini.fire.url" -> "http://sbffire-lv1.cl.gemini.edu/ocsmsg"
"edu.gemini.fire.url" -> "http://sbffireops.cl.gemini.edu:5000/ocsmsg"
),
bundles = List(
BundleSpec(50, "edu.gemini.smartgcal.servlet", version)
Expand Down

0 comments on commit 44fb52f

Please sign in to comment.