You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
778 B
37 lines
778 B
#工作模式
|
|
App_Work_type: 0 #开发模式,只允许单步模式
|
|
|
|
#线程休眠的时间
|
|
sleep_time: 20
|
|
|
|
#日志记录
|
|
file_log_level: INFO #是否记录日志
|
|
show_log_level: DEBUG #日志记录级别
|
|
log_dir: logs
|
|
|
|
#远程数据库 --- 香橙派用不了
|
|
DBType: 0 #0--mysql,1--sqlite
|
|
mysql:
|
|
host: 127.0.0.1
|
|
port: 3306
|
|
user: root
|
|
passwd: anan2013@BABY
|
|
database: zfsafe
|
|
|
|
#LLM-Type
|
|
LLM_max_chain_count: 10 #为了避免推理链过长,造成推理效果变差,应该控制一个推理链的长度上限
|
|
|
|
#用户初始密码
|
|
pw: zfkj_123!@#
|
|
|
|
#服务器端socket
|
|
serverIP: 192.168.3.190
|
|
serverPort: 18010
|
|
DevID: 12345678901234567890123456789012
|
|
sockettimeout: 600 #10分钟
|
|
|
|
#node_tree_file_name
|
|
TreeFile: tree_data/attack_tree
|
|
|
|
#task
|
|
Task_max_threads: 5
|
|
|