# source this file: set_app_root
# to set these system environment variables in the shell

export APP_BIN="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export APP_ROOT=$(cd $APP_BIN/..; pwd)
export APP_TMP=$APP_ROOT/tmp
export APP_LOG=$APP_ROOT/log
