Parcourir la source

修改minio配置

sorelythrob il y a 2 semaines
Parent
commit
41fae73a79

+ 3 - 3
resources/nacos-yaml/webchat-admin-service-dev.yaml

@@ -16,9 +16,9 @@ spring:
           min-idle: 10
 
 minio:
-  endpoint: http://127.0.0.1:9000
-  accessKey: BArEoI6PE8uGh13jHRuN
-  secretKey: eHRL9vpXUH6vGOGkL5Vth2ZQRpzh7AvdKzNlASko
+  endpoint: http://192.168.36.128:19001
+  accessKey: nCFQpGHw4SJECyahraA5
+  secretKey: VPkcuh89OkiXkT3aClnoALjwAACuHq7rsV6guaal
   bucketName: webchat
 
 oauth:

+ 3 - 3
resources/nacos-yaml/webchat-client-chat-service-dev.yaml

@@ -16,9 +16,9 @@ spring:
           min-idle: 10
 
 minio:
-  endpoint: http://127.0.0.1:9000
-  accessKey: BArEoI6PE8uGh13jHRuN
-  secretKey: eHRL9vpXUH6vGOGkL5Vth2ZQRpzh7AvdKzNlASko
+  endpoint: http://192.168.36.128:19001
+  accessKey: nCFQpGHw4SJECyahraA5
+  secretKey: VPkcuh89OkiXkT3aClnoALjwAACuHq7rsV6guaal
   bucketName: webchat
 
 oauth:

+ 3 - 3
resources/nacos-yaml/webchat-sso-service-dev.yaml

@@ -11,7 +11,7 @@ spring:
           max-wait: -1
           min-idle: 10
 minio:
-  endpoint: http://127.0.0.1:9000
-  accessKey: BArEoI6PE8uGh13jHRuN
-  secretKey: eHRL9vpXUH6vGOGkL5Vth2ZQRpzh7AvdKzNlASko
+  endpoint: http://192.168.36.128:19001
+  accessKey: nCFQpGHw4SJECyahraA5
+  secretKey: VPkcuh89OkiXkT3aClnoALjwAACuHq7rsV6guaal
   bucketName: webchat