summaryrefslogtreecommitdiff
blob: 40bc343153f2d9c30b9503c760efb4fb0b47ff17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Autopsy configuration settings

# when set to 1, the server will stop after it receives no
# connections for STIMEOUT seconds. 
$USE_STIMEOUT = 0;
$STIMEOUT = 3600;

# number of seconds that child waits for input from client
$CTIMEOUT = 15;

# set to 1 to save the cookie value in a file (for scripting)
$SAVE_COOKIE = 1;

$INSTALLDIR = '/usr/lib/autopsy';

# System Utilities
$STRINGS_EXE = '/usr/bin/strings';
$GREP_EXE = '/bin/grep';

# Directories
# Where sleuthkit is installed (leave this alone)
$TSKDIR = '/usr/bin/';

# National Software Reference Library (NSRL) Database
$NSRLDB = '';

# Evidence Locker (where autopsy stores stuff)
$LOCKDIR = '/tmp';