awips2/edexOsgi/com.raytheon.uf.tools.cli/impl/setup.env
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

11 lines
292 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"