chore: 清理误提交的 base_config.yaml.bak
This commit is contained in:
@@ -1,56 +0,0 @@
|
||||
framework:
|
||||
debug: true
|
||||
name: SenSu
|
||||
version: v0.6.0
|
||||
logging:
|
||||
debug_level_file: true
|
||||
level: DEBUG
|
||||
max_file_size: 10MB
|
||||
max_log_files: 20
|
||||
plugins:
|
||||
auto_load: true
|
||||
hot_reload: true
|
||||
max_retry_count: 3
|
||||
isolation: true
|
||||
# 自动启动脚本 — 框架启动时后台拉起
|
||||
auto_start_scripts:
|
||||
enabled: true
|
||||
scripts: []
|
||||
# 示例:
|
||||
# - name: cyrene_debug
|
||||
# path: ~/cyrene_debug_server.py
|
||||
# enabled: true
|
||||
# args: []
|
||||
# cwd: ~
|
||||
# TUI配置
|
||||
tui:
|
||||
enabled: true
|
||||
refresh_rate: 30
|
||||
# TUI布局配置
|
||||
layout:
|
||||
grid_rows: "4fr 5fr 1fr" # 三行布局:日志区域、消息区域、输入区域的比例
|
||||
# TUI样式配置
|
||||
styles:
|
||||
log_area: "border: solid green; overflow-y: auto;"
|
||||
message_area: "border: solid yellow; overflow-y: auto;"
|
||||
input_area: "border: solid red;"
|
||||
# TUI日志显示配置
|
||||
log_display:
|
||||
max_lines: 200
|
||||
# 互联网服务配置
|
||||
internet:
|
||||
websocket:
|
||||
host: "0.0.0.0"
|
||||
port: 4240
|
||||
# 其他websocket配置...
|
||||
http:
|
||||
host: "0.0.0.0"
|
||||
port: 4200
|
||||
# 其他http配置...
|
||||
panel:
|
||||
entrance:
|
||||
path: "/SenSu"
|
||||
username: "admin"
|
||||
password: "admin"
|
||||
|
||||
|
||||
@@ -53,5 +53,16 @@
|
||||
"framework.command.execute"
|
||||
],
|
||||
"timestamp": 25770.11842246
|
||||
},
|
||||
"1ac1b718": {
|
||||
"plugin_name": "sentinel",
|
||||
"permissions": [
|
||||
"plugin.sentinel.read",
|
||||
"plugin.sentinel.write",
|
||||
"plugin.network.access",
|
||||
"framework.event.subscribe",
|
||||
"framework.command.execute"
|
||||
],
|
||||
"timestamp": 25949.800077287
|
||||
}
|
||||
}
|
||||
@@ -93,7 +93,7 @@ commands:
|
||||
permissions:
|
||||
- framework.command.test
|
||||
source: internal
|
||||
last_updated: 25770.099665272
|
||||
last_updated: 25949.782764527
|
||||
plugin_commands:
|
||||
sentinel:
|
||||
sentinel: *id001
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
http_port: 4200
|
||||
last_updated: 25770.118859595
|
||||
last_updated: 25949.800680829
|
||||
plugin_routes:
|
||||
sentinel:
|
||||
- methods:
|
||||
|
||||
Reference in New Issue
Block a user