Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
cdb34107
Commit
cdb34107
authored
Jul 15, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config
parent
c3504f25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
31 deletions
+35
-31
application-dev.yml
src/main/resources/application-dev.yml
+34
-30
application.yml
src/main/resources/application.yml
+1
-1
No files found.
src/main/resources/application-dev.yml
View file @
cdb34107
...
...
@@ -36,24 +36,11 @@ spring:
# 数据配置
datasource
:
# url: jdbc:mysql://10.0.0.9:3306/bailun_gogirl?useUnicode=true&characterEncoding=utf-8&useSSL=false&&zeroDateTimeBehavior=convertToNull
url
:
jdbc:mysql://gz-cdb-c0sq6eax.sql.tencentcdb.com:60779/gogirl_pre?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
# url: jdbc:mysql://gz-cdb-c0sq6eax.sql.tencentcdb.com:60779/bailun_gogirl?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
url
:
jdbc:mysql://localhost:3306/gogirl_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
username
:
root
password
:
"
#7kfnymAM$Y9-Ntf
"
password
:
"
123456
"
driver-class-name
:
com.mysql.jdbc.Driver
#redis配置
redis
:
host
:
127.0.0.1
port
:
6379
database
:
0
lettuce
:
pool
:
max-active
:
1000
max-wait
:
-1ms
max-idle
:
200
min-idle
:
0
timeout
:
60000ms
mail
:
host
:
smtp.qq.com
username
:
robbendev@qq.com
...
...
@@ -67,25 +54,36 @@ spring:
required
:
true
port
:
465
#redis配置
redis
:
host
:
127.0.0.1
port
:
6379
database
:
0
lettuce
:
pool
:
max-active
:
1000
max-wait
:
-1ms
max-idle
:
200
min-idle
:
0
timeout
:
60000ms
#项目属性
gogirl
:
#充值回调地址
notify-charge
:
"
http://
t
.begogirls.com/customer/pay/notifyCharge"
notify-charge
:
"
http://
www
.begogirls.com/customer/pay/notifyCharge"
#次卡购买回调地址
notify-timescard
:
"
http://
t
.begogirls.com/customer/pay/notifyTimesCard"
notify-timescard
:
"
http://
www
.begogirls.com/customer/pay/notifyTimesCard"
#预约订单支付回调地址
notify-order
:
"
http://
t
.begogirls.com/customer/pay/notifyOrder"
notify-order
:
"
http://
www
.begogirls.com/customer/pay/notifyOrder"
#商城订单支付回调
notify-mall-order
:
"
http://
t
.begogirls.com/customer/mallOrderPay/notifyMallOrder"
notify-mall-order
:
"
http://
www
.begogirls.com/customer/mallOrderPay/notifyMallOrder"
#商城退款订单回调
notify-refund-mall-order
:
"
http://
t
.begogirls.com/customer/mallOrderPay/notifyRefundMallOrder"
notify-refund-mall-order
:
"
http://
www
.begogirls.com/customer/mallOrderPay/notifyRefundMallOrder"
#微信余额支付回调接口
notify-balance-wx-pay
:
"
http://t.begogirls.com/customer/pay/notifyBalanceWxPay"
notify-balance-wx-pay
:
"
http://www.begogirls.com/customer/pay/notifyBalanceWxPay"
#服务器图片临时地址
picture-path
:
/
Users/huluobin/
upload/grouppic/
picture-path
:
/upload/grouppic/
#门店下班时间
end-time
:
"
22:00:00"
...
...
@@ -94,17 +92,23 @@ gogirl:
#评论延迟时间
test-paper-time
:
1440
#后台后端接口访问地址
admin-backend-url
:
http://test.admin.begogirls.com:7712/api/ReportTable/GetTechnicianPage、
#
admin-backend-achievements-url
:
http://test.admin.begogirls.com:7712/api/salary/AchievementsPersonaResultPageApi
#
enterprise-wechat-webhook
:
"
https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=e687de79-143e-4c28-8db4-e6058722f286"
admin-backend-url
:
http://admin.begogirls.com:7712/api/ReportTable/GetTechnicianPage
#后台接口地址
admin-backend-achievements-url
:
http://admin.begogirls.com:7712/api/salary/AchievementsPersonaResultPageApi
#企业微信预约消息推送
enterprise-wechat-webhook
:
"
https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=739e065a-2352-4cfb-bbf3-ffe1dc8b0818"
wx
:
pay
:
# 支付appid
appId
:
wx058b46db3cd0e979
#商户id
mchId
:
1515628551
#商户Key
mchKey
:
gogirl2018gogirl2018gogirl2018go
#证书 这个是企业转账需要的 现在还没配置
keyPath
:
"
/usr/local/src/gogirl/gogirl-payment/apiclient_cert.p12"
server
:
port
:
7777
port
:
5555
src/main/resources/application.yml
View file @
cdb34107
spring
:
profiles
:
active
:
pre
active
:
dev
servlet
:
#文件上传最大容量
multipart
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment