# CDB location
# Comment this line if the CDB being used shouldn't be decompressed
# from a tar file.
CDB_PACKED_FILE=./config/CDB.tar.gz
TMCDB_DATA_PACKED_FILE=./config/TMCDB_DATA.tar.gz
TESTDIR=`pwd`
ACS_CDB=`pwd`/tmp
# ACS_CDB=`pwd`/config
ACS_TMP=`pwd`/tmp
ACS_LOCK=${ACS_TMP}/.running
#ACS_INSTANCE=1
ACS_CONTAINERS="CONTROL/ACC/javaContainer"
IDL_FILES_TO_LOAD=TMCDBComponent.idl
ACS_LOG_STDOUT=2

# Hibernate database configuration
DBDIR=$ACS_TMP/hsqldb
DBNAME=tmcdb
DBPORT=9001
SQLTOOL_RC_FILE=./config/sqltool.rc

JAVA_OPTIONS="-Darchive.configFile=archiveConfig.properties $JAVA_OPTIONS"
JAVA_OPTIONS="-Djava.util.logging.config.file=logging.properties $JAVA_OPTIONS"

### Test specific configurations ####

# If 'true' then the TMCDBStandaloneComponent won't use an in-memory
# database, but a disk based one, which can be accessed by script/sqltool.
TMCDB_STANDALONE_DEBUG=true
TMCDB_CONFIGURATION_NAME=Test
TMCDB_STARTUP_NAME=Test

unset DISPLAY

export ACS_CDB
export ACS_TMP
export ACS_INSTANCE
export TMCDB_CONFIGURATION_NAME
export TMCDB_LOCAL_CONFIGURATION_NAME
export TMCDB_STARTUP_NAME
