Change-Id: I2bc0a10caf51129af06aa4ae4cb1f0471bc49408 Former-commit-id: 670a9bd71874fbd6fecd0c9df5567ad342892333
17 lines
425 B
Bash
17 lines
425 B
Bash
# host where edex is running
|
|
export DEFAULT_HOST=${DEFAULT_HOST:-localhost}
|
|
|
|
# port service is running on
|
|
export DEFAULT_PORT=${DEFAULT_PORT:-9581}
|
|
|
|
# operational mode of textdb
|
|
export OPERATIONAL_MODE=${OPERATIONAL_MODE:-TRUE}
|
|
|
|
# determine python path
|
|
export PYTHON_INSTALL="/awips2/python"
|
|
|
|
# host where edex is running
|
|
export JMS_HOST=${JMS_HOST:-localhost}
|
|
|
|
# port service is running on
|
|
export JMS_PORT=${JMS_PORT:-5672}
|