Parcourir la source

update config

chao il y a 4 ans
Parent
commit
0a9b52b5ab
2 fichiers modifiés avec 15 ajouts et 16 suppressions
  1. 8 8
      application-beta.yml
  2. 7 8
      application-prod.yml

+ 8 - 8
application-beta.yml

@@ -59,19 +59,19 @@ logging:
   level:
     root: info
 
-
-#自定义配置
+# 微信配置
 wx:
-  AppId: wx22be9ab1a6aa4715
-  AppSecret: ebf8cfc4dbadae3431a8b0267c4fd09f
+  #pcwx信息
+  app-id: wx22be9ab1a6aa4715
+  app-secret: ebf8cfc4dbadae3431a8b0267c4fd09f
   # 微信授权回调(扫码),nginx中转
   redirect-uri: https://www.caimei365.com/auth/callback/beta
   #小程序wx信息
-  mini_AppId: wxf3cd4ae0cdd11c36
-  mini_AppSecret: f5707c40c07adf0e2110c58ce6a4f4b3
+  mini-app-id: wxf3cd4ae0cdd11c36
+  mini-app-secret: f5707c40c07adf0e2110c58ce6a4f4b3
   #crm公众号信息
-  crm_AppId: wxea43a0f9ebce9e66
-  crm_AppSecret: 1c3cd60908e72dd280840bee9e15f7f6
+  crm-app-id: wxea43a0f9ebce9e66
+  crm-app-secret: 1c3cd60908e72dd280840bee9e15f7f6
 
 # swagger配置
 swagger:

+ 7 - 8
application-prod.yml

@@ -59,20 +59,19 @@ logging:
   level:
     root: info
 
-
-#自定义配置
+# 微信配置
 wx:
   #pcwx信息
-  AppId: wx22be9ab1a6aa4715
-  AppSecret: ebf8cfc4dbadae3431a8b0267c4fd09f
+  app-id: wx22be9ab1a6aa4715
+  app-secret: ebf8cfc4dbadae3431a8b0267c4fd09f
   # 微信授权回调(扫码),nginx中转
   redirect-uri: https://www.caimei365.com/auth/callback
   #小程序wx信息
-  mini_AppId: wxf3cd4ae0cdd11c36
-  mini_AppSecret: f5707c40c07adf0e2110c58ce6a4f4b3
+  mini-app-id: wxf3cd4ae0cdd11c36
+  mini-app-secret: f5707c40c07adf0e2110c58ce6a4f4b3
   #crm公众号信息
-  crm_AppId: wxea43a0f9ebce9e66
-  crm_AppSecret: 1c3cd60908e72dd280840bee9e15f7f6
+  crm-app-id: wxea43a0f9ebce9e66
+  crm-app-secret: 1c3cd60908e72dd280840bee9e15f7f6
 
 # swagger配置
 swagger: