From 50d06fac81b2125292449a2eb29eba7e3f933b31 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期三, 03 九月 2025 18:51:28 +0800
Subject: [PATCH] 修改

---
 optometrist/src/main/resources/application.yml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/optometrist/src/main/resources/application.yml b/optometrist/src/main/resources/application.yml
index c3769c0..11b97e2 100644
--- a/optometrist/src/main/resources/application.yml
+++ b/optometrist/src/main/resources/application.yml
@@ -13,8 +13,8 @@
       max-request-size: 500MB
       resolve-lazily: true #设置为懒加载,不然依然会捕获不到异常
   profiles:
-    active: dev
-#    active: prod
+#    active: dev
+    active: prod
   main:
     allow-bean-definition-overriding: true
   #sagger文档属性配置
@@ -65,8 +65,8 @@
   config:
     templateCodeTest: "SMS_154950909"
     signNameTest: "阿里云短信测试"
-    accessKeyId: LTAI5tL1dE1DzT4ZYdDQZ8k7
-    accessKeySecret: 4SZBtTyLhOoYRcfMS4SVAtGz8ZnxRP
+    accessKeyId: LTAI5tM6Ln3ukAeo9euZ8RUG
+    accessKeySecret: MGAnBeOKjjQNogFJEFsPVCdF57vsTw
     endpoint: oss-cn-shanghai.aliyuncs.com
     bucketName: sales-bucket
     cdn:
@@ -90,7 +90,7 @@
   # 数据源
   datasource:
     username: root #测试环境
-    password: YanDu@2025!
+    password: 123456
     url: jdbc:mysql://127.0.0.1:3306/eyes?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
     type: com.zaxxer.hikari.HikariDataSource
     driver-class-name: com.mysql.cj.jdbc.Driver
@@ -162,7 +162,7 @@
     port: 6379
     timeout: 8000
     database: 1
-    password: xsbf@2022
+    password: 123456
 download:
   path: /root/sales
 alipay:

--
Gitblit v1.7.1