zhizhijie
6 小时以前 799ec6799ad9e994f7d369f059ca7682962f648f
traffic-audit-server/src/main/resources/application.yml.example
@@ -1,6 +1,16 @@
# 复制为 application.yml 并替换占位符后使用(真实密钥不入库)
server:
  port: 8090
  tomcat:
    basedir: .
    threads:
      max: 500
    accesslog:
      enabled: true
      directory: logs
      prefix: access
      suffix: .log
      pattern: '%h %l %u %t "%r" %s %b %D'
spring:
  datasource:
@@ -55,3 +65,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