2017-04-21 18:33:55 -06:00
|
|
|
# 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
|
2017-10-06 14:19:46 -06:00
|
|
|
export OPERATIONAL_MODE=${OPERATIONAL_MODE:-FALSE}
|
2017-04-21 18:33:55 -06:00
|
|
|
|
|
|
|
# determine python path
|
|
|
|
export PYTHON_INSTALL="/awips2/python"
|