forked from mitre-attack/tram
-
Notifications
You must be signed in to change notification settings - Fork 5
Thread Configuration
jecarr edited this page Sep 29, 2023
·
3 revisions
From the original TRAM repo, please see here for the original documentation on the config (which we have not changed).
You may also view our config.yml file for in-line comments too.
Additional config (in addition to the config from the original TRAM repo) is:
-
run-local- In development; not active yet
- Whether (True) or not (False) this is being run locally
-
js-libraries- Takes either
js-online-src: fetches JS libraries online - Or
js-local-src: uses locally saved JS libraries -> please note these will be older versions of the libraries as this is not updated regularly - For more information on the JS libraries we use, you can see our documentation here.
- Takes either
-
db-engine- The database backend to use: currently either
sqlite3orpostgresql(sqlite3 recommended for local-use)
- The database backend to use: currently either
-
queue_limit- The maximum number of reports allowed in the queue
- For no limit, remove the field or set value x < 1
-
sentence_limit- The maximum number of report-sentences to be analysed
- For no limit, remove the field or set value x < 1