The token configuration file defines the variables, or tokens, that can substitute for hard-coded paths to DDL and table files.
The TS_CONFIG environment variable points to this file. However, if the connector configuration file includes the TS_CONFIG parameter, that value will override the TS_CONFIG environment variable and should point to this file.
The following is a sample configuration file. Note that the location of the APAC_POSTAL_TABLES, POSTAL_TABLES, and CENSUS_TABLES is defined using a hard-coded path rather than the $(TABLES) variable. This is a result of using the Postal Tables Base Directory field when deploying the project, as described in Specifying Target Directories.
*********************************************************************
* This config file was GENERATED by the RealTime Deployment Process
* while converting a batch project to a real time project
*
* The core looks for TS_CONFIG environment variable. If it finds it,
* it should be pointing to this table.
*
* Then it will look at any of the .stx settings files and do global substitution
* at runtime. This is specific to the users setup. Use UNC names where possible.
*
* Blank lines and lines that begin with an '*' are ignored.
*
**********************************************************
* Project Location and Base Server directory
PLAFEXT = ".win"
ENDEXT = ".len"
PROJDIR = "C:/ProgramData/Trillium Software/EDQ/17/samples/projects/director_proj"
TABLES = "C:/Program Files/Trillium Software/MBSW/17/tsq/Software/../tables"
INPUT = "$(PROJDIR)/data"
OUTPUT = "$(PROJDIR)/data"
SETTINGS = "$(PROJDIR)/settings"
DDL = "$(PROJDIR)/ddl"
LOGS = "$(PROJDIR)/logs"
STATS = "$(PROJDIR)/logs"
DEBUG = "$(PROJDIR)/logs"
DETAILS = "$(LOGS)/details"
USRTABLES = "$(PROJDIR)/tables"
WORKSPACE = "$(PROJDIR)/data"
*
* Please check that the postal table paths point to your current installation
*
APAC_POSTAL_TABLES = "$(TABLES)/aptables"
POSTAL_TABLES = "C:/ProgramData/Trillium Software/EDQ/17/samples/projects/director_proj/tables"
CENSUS_TABLES = "$(TABLES)/census_tables"
GENERAL_RESOURCES = "$(TABLES)/general_resources"
PARSER_RULES = "$(TABLES)/parser_rules"
CODE_PAGES = "$(TABLES)/code_pages"
ACE_TABLES = "$(TABLES)/ACE_tables"
TSQ_LANGUAGE = "en"
TSQ_REPORT_ENCODING = "UTF8"