| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- spring:
- jackson:
- deserialization:
- fail-on-unknown-properties: true
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- username: root
- password: eai123456
- #数据库配置更新
- url: jdbc:mysql://139.196.252.184:3306/eai?useSSL=false&serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true
- data:
- mongodb:
- uri: mongodb://admin:eai123456@139.196.252.184:27017/eai?authSource=admin
- authentication-database: admin
- #redis配置更新
- redis:
- host: 139.196.252.184
- port: 6378
- password: eai123456
- mail:
- host: smtp.163.com
- port: 25
- username: seecoder2022@163.com # Seecoder的公共邮箱
- password: WEIHUIOOJYUFMZGV # 邮箱开启stmp的秘钥
- default-encoding: UTF-8
- # MyBatis配置
- mybatis-plus:
- mapper-locations: classpath:mapper/*.xml
- type-aliases-package: com/njuzr/eaibackend/po
- jwt:
- # jjwt密钥算法HS256,要求secret长度至少是256位
- secret: xTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguhxTv@UA7e2q$*n&92AHo5Wj$@KAnguh92AHo5Wj$@KAnguh92AHo5Wj$@KAnguh92AHo5Wj$@KAnguh
- issuer: eai
- expiration: 86400
- aliyun:
- oss:
- endpoint: oss-cn-shanghai.aliyuncs.com
- accessKeyId: LTAI5tAbkw8rkreiJbfcY1jZ
- accessKeySecret: 2yvtVYE1qAZEgm0ChvdMqhp0LhB5Lj
- bucketName: eai-files
- #prod改成dev
- logging:
- config: classpath:log4j2-dev.xml
- openai:
- chatgpt:
- model: gpt-3.5-turbo
- api:
- key: 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
- config:
- llm:
- ChatGLM3:
- url: http://10.58.0.2:6678
- ChatGLM4:
- url: http://47.94.251.162:6677
- token: seec0der
- modelName: glm4-9b-chat
- QWen14B:
- url: http://10.58.0.2:6679
- proxy:
- enabled: false
- host: 20.111.54.16
- port: 8090
|