2012-01-06 08:55:05 -06:00
|
|
|
### EDEX localization related variables ###
|
|
|
|
export AW_SITE_IDENTIFIER=OAX
|
|
|
|
|
|
|
|
# database names
|
|
|
|
export DC_DB_NAME=dc_ob7oax
|
|
|
|
export FXA_DB_NAME=fxatext
|
|
|
|
export HM_DB_NAME=hmdb
|
|
|
|
export IH_DB_NAME=hd_ob83oax
|
|
|
|
|
|
|
|
### end of localization variables ###
|
|
|
|
|
|
|
|
# setup environment for HPE
|
|
|
|
export DATA_ARCHIVE_ROOT=/tmp/sbn
|
|
|
|
|
|
|
|
# setup db connections
|
|
|
|
export DB_ADDR=localhost
|
|
|
|
export DB_PORT=5432
|
|
|
|
|
|
|
|
# setup connection to qpid
|
|
|
|
export BROKER_ADDR=localhost
|
|
|
|
|
|
|
|
# setup hdf5 connection if pypies is enabled
|
|
|
|
export PYPIES_SERVER=http://localhost:9582
|
|
|
|
|
2013-01-06 14:32:24 -06:00
|
|
|
# data delivery specific variables, used below in the localization section
|
|
|
|
export DATADELIVERY_HOST=localhost
|
|
|
|
export DATADELIVERY_PORT=9588
|
2013-01-23 11:18:44 -05:00
|
|
|
# Currently the registry is hosted on datadelivery, but this could be changed in the future
|
|
|
|
export EBXML_REGISTRY_HOST=${DATADELIVERY_HOST}
|
|
|
|
export EBXML_REGISTRY_PORT=${DATADELIVERY_PORT}
|
|
|
|
export EBXML_REGISTRY_SOAP_PORT=10144
|
2013-01-06 14:32:24 -06:00
|
|
|
|
2012-01-06 08:55:05 -06:00
|
|
|
# moved here from environment.xml
|
|
|
|
# these values are returned to clients that contact the localization service
|
2012-08-21 15:27:03 -05:00
|
|
|
export HTTP_PORT=9581
|
|
|
|
export HTTP_SERVER=http://localhost:${HTTP_PORT}/services
|
2012-01-06 08:55:05 -06:00
|
|
|
export JMS_SERVER=tcp://localhost:5672
|
|
|
|
export RADAR_SERVER=tcp://localhost:8813
|
2013-01-23 11:18:44 -05:00
|
|
|
export DATADELIVERY_SERVER=http://${DATADELIVERY_HOST}:${DATADELIVERY_PORT}/services
|
|
|
|
export EBXML_REGISTRY_SERVICE=http://${EBXML_REGISTRY_HOST}:${EBXML_REGISTRY_PORT}/services
|
|
|
|
export EBXML_REGISTRY_LCM_SERVICE=http://${EBXML_REGISTRY_HOST}:${EBXML_REGISTRY_SOAP_PORT}/lcm?WSDL
|
|
|
|
export EBXML_REGISTRY_QUERY_SERVICE=http://${EBXML_REGISTRY_HOST}:${EBXML_REGISTRY_SOAP_PORT}/query?WSDL
|
2012-01-06 08:55:05 -06:00
|
|
|
|
|
|
|
# set the AWIPS II shared directory
|
|
|
|
export SHARE_DIR=/awips2/edex/data/share
|
|
|
|
|
2012-08-21 15:27:03 -05:00
|
|
|
# set the AWIPS II temporary directory
|
|
|
|
export TEMP_DIR=/awips2/edex/data/tmp
|
|
|
|
|
2012-01-06 08:55:05 -06:00
|
|
|
# set hydroapps directory path
|
|
|
|
export apps_dir=${SHARE_DIR}/hydroapps
|
|
|
|
# site identifier for hydroapps
|
|
|
|
export SITE_IDENTIFIER=${AW_SITE_IDENTIFIER}
|
|
|
|
|
|
|
|
# set Fax environment variables pointing to ldad@ls1
|
|
|
|
export LDAD_EXTERNAL_HOME=/ldad
|
2013-01-06 14:32:24 -06:00
|
|
|
export LDAD_EXTERNAL_PUBLIC=/data/ldad/public
|