traffic-audit-server/src/main/resources/application.yml.example
@@ -1,6 +1,14 @@ # 复制为 application.yml 并替换占位符后使用(真实密钥不入库) server: port: 8090 tomcat: basedir: . accesslog: enabled: true directory: logs prefix: access suffix: .log pattern: '%h %l %u %t "%r" %s %b %D' spring: datasource: @@ -55,3 +63,8 @@ api-key: ${DEEPSEEK_API_KEY:your-deepseek-api-key} api-url: https://api.deepseek.com/v1/chat/completions model: deepseek-chat # Behavior captcha on login. Set to false to skip verification during test phase; enable before production release. app: captcha: required: false