This commit is contained in:
2026-07-22 17:15:33 +08:00
parent fe4158af57
commit ad732dc796
20 changed files with 1057 additions and 0 deletions

View File

@@ -716,6 +716,37 @@ nuoer:
max_age: 30
compress: true
# ===========================================
# ✨ 集奕JIYI配置
# ===========================================
jiyi:
url: "https://api.jiyidata.cn"
app_id: "5DS2yMY9"
app_secret: "16aa682d9b66e17def6aca82e14afc8931fca15d"
timeout: 4s
logging:
enabled: true
log_dir: "logs/external_services"
service_name: "jiyi"
use_daily: true
enable_level_separation: true
level_configs:
info:
max_size: 100
max_backups: 5
max_age: 30
compress: true
error:
max_size: 200
max_backups: 10
max_age: 90
compress: true
warn:
max_size: 100
max_backups: 5
max_age: 30
compress: true
# ===========================================
# ✨ 汇博BHSC配置
# ===========================================