| | |
| | | spring: |
| | | redis: |
| | | host: 127.0.0.1 |
| | | host: 42.193.1.25 |
| | | port: 6379 |
| | | database: 1 |
| | | database: 10 |
| | | password: ycl2018 |
| | | datasource: |
| | | username: root |
| | | password: 123456 |
| | | password: 321$YcYl@1970! |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | url: jdbc:mysql://localhost:3306/start?useUnicode=true&characterEncoding=utf8&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://42.193.1.25:3306/ai-chat?useUnicode=true&characterEncoding=utf8&useSSL=true&serverTimezone=GMT%2B8 |
| | | # rabbitmq |
| | | rabbitmq: |
| | | host: localhost |
| | |
| | | domain: http://127.0.0.1:${server.port}/files/ |
| | | |
| | | |
| | | # 知识库配置 |
| | | ai: |
| | | domain: http://i-1.gpushare.com |
| | | port: 52574 |
| | | |
| | | |
| | | |