|
|
@@ -6,11 +6,13 @@ spring:
|
|
|
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
|
|
|
@@ -43,9 +45,9 @@ aliyun:
|
|
|
accessKeySecret: 2yvtVYE1qAZEgm0ChvdMqhp0LhB5Lj
|
|
|
bucketName: eai-files
|
|
|
|
|
|
-
|
|
|
+#prod改成dev
|
|
|
logging:
|
|
|
- config: classpath:log4j2-prod.xml
|
|
|
+ config: classpath:log4j2-dev.xml
|
|
|
|
|
|
openai:
|
|
|
chatgpt:
|
|
|
@@ -70,6 +72,7 @@ config:
|
|
|
proxy:
|
|
|
enabled: false
|
|
|
host: 20.111.54.16
|
|
|
- port: 8123
|
|
|
+ port: 8090
|
|
|
+
|
|
|
|
|
|
|