spring: datasource: url: jdbc:mysql://192.168.1.200:3308/ai_oqas?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT driver-class-name: com.mysql.jdbc.Driver username: root password: Semi.1001 rabbitmq: host: 192.168.1.200 port: 5672 username: sqa password: sqa virtual-host: / publisher-confirms: true publisher-returns: true redis: host: 192.168.1.200 port: 6379 security: oauth2: client: client-id: pavis-ai-oqas client-secret: 123456 access-token-uri: http://192.168.1.200:8090/oauth/token user-authorization-uri: http://192.168.1.200:8090/oauth/authorize resource: token-info-uri: http://192.168.1.200:8090/oauth/check_token logging: file: logs/dev.log level: org.springframework.cloud: debug org.springframework.boot: debug com.pavis.ai.oqas.mapper: trace oqas: config: dir: # 文件存储根目录 base: /home/semi/projects/oqas # 模板文件存储目录 model: ${oqas.config.dir.base}/model/ # 上传文件存储目录 upload: # faq上传文件存储目录 faq: ${oqas.config.dir.base}/upload/faq/ # tree上传文件存储目录 tree: ${oqas.config.dir.base}/upload/tree/ # graph上传文件存储目录 graph: ${oqas.config.dir.base}/upload/graph/ # 转储文件目录 saved: # faq文件转储目录 faq: ${oqas.config.dir.base}/saved/faq/ # tree文件转储目录 tree: ${oqas.config.dir.base}/saved/tree/ # graph文件转储目录 graph: ${oqas.config.dir.base}/saved/graph/ url: # ip base: http://192.168.1.200:8080 model: ${oqas.config.url.base}/model/ # faq文件url faq: ${oqas.config.url.base}/export/faq/ # tree文件url tree: ${oqas.config.url.base}/export/tree/ # graph文件url graph: ${oqas.config.url.base}/export/graph/