|
|
@@ -102,6 +102,12 @@ xss.enabled=true
|
|
|
xss.excludes=/auth/register,/auth/login
|
|
|
xss.urlPatterns=/documents/*,/parse/*,/ai/*,/graphs/*
|
|
|
|
|
|
+# ============================================
|
|
|
+# Actuator 配置
|
|
|
+# ============================================
|
|
|
+management.endpoints.web.exposure.include=health,info,metrics
|
|
|
+management.endpoint.health.show-details=always
|
|
|
+
|
|
|
# 日志配置(覆盖公共配置)
|
|
|
logging.level.root=INFO
|
|
|
logging.level.com.lingyue=INFO
|