-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkobe-dev.yml
More file actions
68 lines (61 loc) · 1.68 KB
/
kobe-dev.yml
File metadata and controls
68 lines (61 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
appname: kobe
server:
port: 8764
spring:
http:
encoding:
enabled: true
charset: UTF-8
application:
name: kobe
datasource:
#driverClassName: com.mysql.jdbc.Driver
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://118.190.53.214:3386/fa_kobe?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: 891122
rabbitmq:
host: 118.190.53.214
port: 5682
virtual-host: /
redis:
database: 0
host: 118.190.53.214
port: 16379
password: 891122
mongo:
host: 118.190.53.214
port: 27817
dbName: fit-eat
username: zcmac
password: 891122
url: ${spring.mongo.username}:${spring.mongo.password}@${spring.mongo.host}:${spring.mongo.port}/${spring.mongo.dbName}
session:
store-type: redis
timeout: 3600 #seconds in used
redis:
flush-mode: on-save # Sessions flush mode.
namespace: kobe # Namespace for keys used to store sessions.
database: 5
redis:
region:
database: 5
lettuce:
pool:
max-active: 8
max-wait: 10000
max-idle: 4
min-idle: 0
timeout: 1000000
shutdown-timeout: 400
#mybatis:
#mapperLocations: classpath*:mybatis/mapper/*.xml
mybatis-plus:
mapperLocations: classpath*:mybatis/mapper/*.xml
typeAliasesPackage: com.f.a.kobe.pojo
credential:
wechat:
appId: wx492bfcf10245c5d1
appSecret: d9bb70c779a7cabd6ec7d11c5034e239
urlPattern: https://api.weixin.qq.com/sns/jscode2session?appid={0}&secret={1}&js_code={2}&grant_type=authorization_code
errtag: errcode