This commit is contained in:
poiuty 2022-07-27 11:48:27 +03:00
commit eabb01cfef
21 changed files with 921 additions and 0 deletions

View file

@ -0,0 +1,19 @@
index stat {
type = rt
rt_mem_limit = 1024M
rt_attr_uint = did
rt_attr_uint = rid
rt_attr_uint = token
rt_attr_timestamp = time
rt_field = tmp
path = /var/lib/manticore/data/stat
}
searchd {
listen = 127.0.0.1:9312
listen = 127.0.0.1:9306:mysql41
log = /var/log/manticore/searchd.log
query_log = /var/log/manticore/query.log
pid_file = /var/run/manticore/searchd.pid
binlog_path = /var/lib/manticore/data
}