ÎļþÃû´Ó ruoyi-modules/ruoyi-system/src/main/resources/application-dev.yml ÐÞ¸Ä |
| | |
| | | master: |
| | | type: ${spring.datasource.type} |
| | | driverClassName: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://43.139.70.230:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true |
| | | username: ruoyi-ai |
| | | password: ruoyi-ai |
| | | |
| | | url: jdbc:mysql://43.139.70.230:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true |
| | | username: ry-vue |
| | | password: xx |
| | | |
| | | hikari: |
| | | # æå¤§è¿æ¥æ± æ°é |
| | |
| | | signName: æµè¯ |
| | | # è
¾è®¯ä¸ç¨ |
| | | sdkAppId: |
| | | |
| | | spring: |
| | | ai: |
| | | openai: |
| | | api-key: sk-xX |
| | | base-url: https://api.pandarobot.chat |
| | | ollama: |
| | | base-url: http://localhost:11434 |
| | | init: |
| | | pull-model-strategy: always |
| | | timeout: 60s |
| | | max-retries: 1 |
| | | mcp: |
| | | client: |
| | | enabled: true |
| | | name: call-mcp-server |
| | | sse: |
| | | connections: |
| | | server1: |
| | | url: http://127.0.0.1:8080 |