Sfoglia il codice sorgente

Merge branch 'refactor' of http://gogs.seec.seecoder.cn/FanYanPeng/EAI-Backend into refactor

# Conflicts:
#	application.yaml
chenjiayao 1 anno fa
parent
commit
5b9690a9bf
1 ha cambiato i file con 6 aggiunte e 3 eliminazioni
  1. 6 3
      application.yaml

+ 6 - 3
application.yaml

@@ -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
+