From 3d58925015cfd3da9a899d440333437d6f7c80ac Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 06 十一月 2023 17:16:24 +0800
Subject: [PATCH] bug
---
server/services/src/main/resources/application-dev.yml | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/server/services/src/main/resources/application-dev.yml b/server/services/src/main/resources/application-dev.yml
index 842d361..1217ac8 100644
--- a/server/services/src/main/resources/application-dev.yml
+++ b/server/services/src/main/resources/application-dev.yml
@@ -9,8 +9,8 @@
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
- # hbm2ddl:
- # auto: update
+ #hbm2ddl:
+ #auto: update
temp:
use_jdbc_metadata_defaults: false
redis:
@@ -18,8 +18,8 @@
host: localhost
port: 6379
password:
-# password: r-uf6is6x17arnu44bem:tlt_2022
- timeout: 5000 # 杩炴帴姹犱腑鐨勬渶灏忕┖闂茶繛鎺�
+ # password: r-uf6is6x17arnu44bem:tlt_2022
+ timeout: 5000 # 杩炴帴姹犱腑鐨勬渶灏忕┖闂茶繛鎺�
knife4j:
enable: true
@@ -44,19 +44,20 @@
########################寰俊鏀粯鐩稿叧閰嶇疆########################
wx:
pay:
- appId: wx6b8c6d9df01fbe1e
- appSecret: 8ae8fbe2e4b9866439a87d64a42b9214
+ appId: wxcd2b89fd2ff065f8
+ appSecret: 1ceb7c9dff3c4330d653adc3ca55ea24
mchId: 1229817002
mchKey: u4TSNtv0wFP7WRfnxBgijYOtRhS9FvlM
- notifyUrl: https://dmtest.ahapp.net/martempo_interface/web/api/wxPayNotify
- keyPath: D:/work/svn/cert/apiclient_cert.p12
-
+# notifyUrl: http://xiaopiqiu.natapp1.cc/api/wxPayNotify
+ notifyUrl: https://dmtest.ahapp.net/bike_h5_api/api/wxPayNotify
+# keyPath: D:\DouMee\config\doumeeTest\apiclient_cert.p12
+ keyPath: /usr/local/apiclient_cert.p12
########################mqtt鐩稿叧閰嶇疆########################
mqtt:
host: tcp://175.27.187.84:1883
- clientid: doumeetest
- username: doumee
+ username: doumee1
password: doumee@168
+ version: 003
tencent:
map:
--
Gitblit v1.9.3