-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocalConfig.txt
More file actions
executable file
·40 lines (31 loc) · 1.91 KB
/
Copy pathLocalConfig.txt
File metadata and controls
executable file
·40 lines (31 loc) · 1.91 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
########################################################################
# Local environment configuration
########################################################################
# Defines program localization/language. Currently there are localizations for 'en', 'pt-BR', 'it-IT', 'de-DE', 'es-AR' and 'fr-FR'.
locale = de-DE
# Temporary directory for processing: "default" uses the system temporary folder.
# Configure it on a folder free of antivirus, system indexing or restoring. Using a SSD disk is highly recommended.
# !! INTERNAL DOCKER PATH !!
indexTemp = /mnt/ipedtmp
# Enable if indexTemp is on a SSD disk. Optimizations are made that can improve processing speed up to 2x.
# Do not enable it if indexTemp is NOT on SSD or you will have performance problems.
indexTempOnSSD = true
# Enable if output/case folder is on SSD. If enabled, index is created directly in case folder,
# not in indexTemp, so you will need less free space in temp folder.
outputOnSSD = true
# Number of processing threads/workers: "default" uses the number of CPU logical cores.
# If you have memory usage problems, you can decrease it or increase java heap memory (-Xms).
numThreads = 10
# Full path for IPED hash database. It is highly recommended to store it on a fast disk,
# preferably SSD, and not the same used as "indexTemp", if other disk is available.
# !! INTERNAL DOCKER PATH !!
hashesDB = /mnt/hashesdb/iped-hashes.db
# Full path for sleuthkit-4.x.x.jar built on Linux OS.
# It is distributed a Windows only version with some optimization patches.
# It is recommended to apply the patch (in source folder) before building sleuthkit on Linux.
# !! INTERNAL DOCKER PATH !!
tskJarPath = /usr/share/java/sleuthkit-4.12.0.jar
# Plugin folder for optional libs not embedded because of license restrictions.
# They will be dynamically loaded at runtime.
# !! INTERNAL DOCKER PATH !!
pluginFolder = /opt/plugins/