Browse Source

更新tss>uat配置

deng.yinping 1 year ago
parent
commit
603b1e053f
1 changed files with 12 additions and 12 deletions
  1. 12 12
      config/tss/uat/application.yml

+ 12 - 12
config/tss/uat/application.yml

@@ -1,9 +1,9 @@
 server:
-  port: 8080
+  port: 18080
 
 spring:
   redis:
-    host: 192.168.31.166
+    host: 172.31.16.104
     port: 6379
     #Redis使用的数据库
     database: 0
@@ -22,27 +22,27 @@ spring:
         max-wait: 1000000
 
   rabbitmq:
-    host: 192.168.31.158
-    port: 14137
-    username: guest
-    password: guest
-    virtual-host: test
+    host: 172.31.16.104
+    port: 5672
+    username: mtp
+    password: muchinfo
+    virtual-host: mtp
     template:
       exchange: entry
 
   datasource:
     driver-class-name: oracle.jdbc.driver.OracleDriver
-    url: jdbc:oracle:thin:@192.168.31.88:1521/orcl
-    username: mtp2_xkf
-    password: muchinfo
+    url: jdbc:oracle:thin:@172.31.16.15:1521/demodb
+    username: mtp
+    password: mtp_0811232459
       #hikari:
     #schema: mtp2_xkf
 
 
   profiles:
     #测试环境默认开启,生产环境设置成prod
-    default: dev
-    #default: prod
+    default: prod
+    #default: dev
 
 logging:
   level: