ticproc.ini
ticproc.ini
contains the configuration and file areas for the tic file processor.
- Main Section
- inbound The secure inbox where to find tic files.
The rest of the ini file contains sections for each file area. The section is the (uppercase) area tag.
- FILAREA section
- path The path where to move files for this area
- database The path (and filename, including extension) of the sqlite3 database for this area.
- password The TIC password for this area.
Example #
[main]
inbound = /home/andrew/ftn/insec
[FSX_NODE]
path = /home/andrew/dloads/fsx/node
database = /home/andrew/Envy/run/data/fb_fsx_node.sqlite3
password = SECRET
[FSX_ARTS]
path = /home/andrew/dloads/fsx/arts
database = /home/andrew/Envy/run/data/fb_fsx_arts.sqlite3
password = SECRET
Back to Documentation