Blame view

src/main/resources/a_little_config.txt 3.02 KB
e80df919   atao   init
1
2
3
4
5
  
  devMode = true
  
  ######## park库
  
e900ab9b   atao   提交代码
6
7
8
  park.druid.url=jdbc:mysql://61.177.139.228:13906/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
  park.druid.username=zteits
  park.druid.password=Zteits;123456
e80df919   atao   init
9
10
11
12
13
  
  #park.druid.url=jdbc:mysql://127.0.0.1:3306/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
  #park.druid.username=root
  #park.druid.password=Admin!@#
  
e900ab9b   atao   提交代码
14
15
16
  #park.druid.url=jdbc:mysql://192.168.1.167:3306/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
  #park.druid.username=root
  #park.druid.password=root
e80df919   atao   init
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  park.druid.initialSize=1
  park.druid.minIdle=1
  park.druid.maxActive=20
  park.druid.filters=stat,wall
  park.druid.maxWait=60000
  park.druid.timeBetweenEvictionRunsMillis=3000
  park.druid.minEvictableIdleTimeMillis=300000
  park.druid.validationQuery=SELECT 'x'
  park.druid.testOnBorrow=true
  park.druid.testOnReturn=false
  park.druid.testOnWhileIdle=true
  
  ####### zf库
  #zf.druid.url=jdbc:mysql://192.168.1.167:3306/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
  #zf.druid.username=root
  #zf.druid.password=root
  
  
e900ab9b   atao   提交代码
35
36
37
  zf.druid.url=jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
  zf.druid.username=zteits
  zf.druid.password=Zteits;123456
e80df919   atao   init
38
  
e900ab9b   atao   提交代码
39
40
41
  #zf.druid.url=jdbc:mysql://192.168.1.167:3306/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
  #zf.druid.username=root
  #zf.druid.password=root
e80df919   atao   init
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
  
  zf.druid.initialSize=1
  zf.druid.minIdle=1
  zf.druid.maxActive=20
  zf.druid.filters=stat,wall
  zf.druid.maxWait=60000
  zf.druid.timeBetweenEvictionRunsMillis=3000
  zf.druid.minEvictableIdleTimeMillis=300000
  zf.druid.validationQuery=SELECT 'x'
  zf.druid.testOnBorrow=true
  zf.druid.testOnReturn=false
  zf.druid.testOnWhileIdle=true
  
  #Redis config
  redis.host=127.0.0.1
  redis.port=6379
  #redis.password=redis_63790
  
  
  # 微信服务器回调所用的 token
  token=mytoken
  
  # 测试用的账号
e80df919   atao   init
65
66
67
  #appId=wx271a27f6ad9b8704
  #appSecret=1aee0b25571ffcbb1f6d3e52d5054c79
  
e900ab9b   atao   提交代码
68
69
70
  appId=wx271a27f6ad9b8704
  appSecret=1aee0b25571ffcbb1f6d3e52d5054c79
  
e80df919   atao   init
71
72
73
74
75
  #是否对消息进行加密,是否对消息进行加密,对应于微信平台的消息加解密方式,false支持明文模式及兼容模式,true支持安全模式及兼容模式
  #encryptMessage=true
  #encodingAesKey=yourEncodingAesKey
  
  #路径配置
e900ab9b   atao   提交代码
76
77
  #app.host=http://p6esgw.natappfree.cc
  #app.staticHost=http://p6esgw.natappfree.cc/static
e80df919   atao   init
78
  
d16e502d   atao   提交代码
79
80
81
82
83
84
  #app.host=http://atao.s1.natapp.cc
  #app.staticHost=http://atao.s1.natapp.cc/static
  
  
  app.host=http://localhost:8080
  app.staticHost=http://localhost:8080/static
e80df919   atao   init
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
  
  #weixin pay
  #是否支持信用卡支付
  pay.noCredit=true
  
  #雪花算法 工作id,数据中心id
  datacenterId=01
  workerId=01
  
  #irain
  irain.url=http://api.parkingwang.com:8280
  #irain艾润
  irain.appid=avakrky0gk1m7n00
  #irain
  irain.appsecret=rrr6uz3aqvutpsq2lsna0k18cea4mabw
  #irain aes
  irain.aes=avakrky0gk1m7n00
  irain.park_code=734861a1e8656ffa51bdd90829941ca9
  
  
  #dubbo
  dubbo.application.name=rnt-wx
  dubbo.registry.address=zookeeper://127.0.0.1:2181
  dubbo.registry.port=20882
  dubbo.provider.version=wangfs-1.0.0