Omaha #3799 Updated API URL to use latest instead of a version number
Restoring this commit that was merged incorrectly.
(cherry picked from commit 10594c7163
[formerly 26b2d8ab66c680a743d8b6b1403abcbc68035e20])
Former-commit-id: 901f2faaa43aa3ffb7fc4ea564f10e62cd0066e9
This commit is contained in:
parent
4677e79d0a
commit
f3f34372da
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export HTTP_SERVER_PATH=/services
|
|||
export HTTP_SERVER=http://localhost:${HTTP_PORT}${HTTP_SERVER_PATH}
|
||||
export JMS_SERVER=tcp://${BROKER_ADDR}:${BROKER_PORT}
|
||||
export JMS_VIRTUALHOST=edex
|
||||
export JMS_CONNECTIONS_URL=http://${BROKER_ADDR}:${BROKER_HTTP}/api/v2/connection/${JMS_VIRTUALHOST}
|
||||
export JMS_CONNECTIONS_URL=http://${BROKER_ADDR}:${BROKER_HTTP}/api/latest/connection/${JMS_VIRTUALHOST}
|
||||
export RADAR_SERVER=tcp://localhost:8813
|
||||
|
||||
# set the AWIPS II shared directory
|
||||
|
|
Loading…
Add table
Reference in a new issue