# This script will setup the database variables.

# *****************************
# GEOTAX Database
#******************************
GTGSADR=$G1GTXDB                        # Path to Address Database
export GTGSADR
GTGSZP4=$G1GTXDB/us.z9                  # ZIP+4 database
export GTGSZP4
GTBDCOU=$G1GTXDB/cousub.txb             # County file
export GTBDCOU
GTBDPLC=$G1GTXDB/place.txb              # Place file
export GTBDPLC
DD_GTMASTR=$G1GTXDB/gtmastr
export DD_GTMASTR
DD_G1GTAUX="$G1GTXDB/g1gtaux"           # User Auxiliary File
export DD_G1GTAUX
DD_G1GTAX2="$G1GTXDB/g1gtax2"           # GTX Auxiliary File
export DD_G1GTAX2
GTGSLIC="$G1GTXDB/license.lic"          # License File
export GTGSLIC
DD_GTGSPAS="$G1GTXDB/gtgspas.lic"       # License Password File
export DD_GTGSPAS
