|
@ -203,5 +203,42 @@ |
|
|
<gov.wx.ma.secret>651f02d71ed3f123dfb584b8bf0f4d8b</gov.wx.ma.secret> |
|
|
<gov.wx.ma.secret>651f02d71ed3f123dfb584b8bf0f4d8b</gov.wx.ma.secret> |
|
|
</properties> |
|
|
</properties> |
|
|
</profile> |
|
|
</profile> |
|
|
|
|
|
|
|
|
|
|
|
<profile> |
|
|
|
|
|
<id>prod</id> |
|
|
|
|
|
<!--<activation> |
|
|
|
|
|
<activeByDefault>true</activeByDefault> |
|
|
|
|
|
</activation>--> |
|
|
|
|
|
<properties> |
|
|
|
|
|
<server.port>8081</server.port> |
|
|
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
|
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
|
|
<spring.redis.host>r-m5ez3n1j0qc3ykq2ut.redis.rds.aliyuncs.com</spring.redis.host> |
|
|
|
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
|
|
|
<spring.redis.password>EpmEtclOUdrEdIs!Q2</spring.redis.password> |
|
|
|
|
|
<!-- nacos --> |
|
|
|
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
|
|
|
<nacos.server-addr>192.168.11.180:8848</nacos.server-addr> |
|
|
|
|
|
<nacos.discovery.namespace>bd205d23-e696-47be-b995-916313f86e99</nacos.discovery.namespace> |
|
|
|
|
|
<nacos.config.namespace></nacos.config.namespace> |
|
|
|
|
|
<nacos.config.group></nacos.config.group> |
|
|
|
|
|
<nacos.config-enabled>false</nacos.config-enabled> |
|
|
|
|
|
<nacos.ip/> |
|
|
|
|
|
|
|
|
|
|
|
<!--公众号配置--> |
|
|
|
|
|
<wx.mp.configs.appId>wx67fdf7da3fee1890</wx.mp.configs.appId> |
|
|
|
|
|
<wx.mp.configs.secret>ae15094f485af9e5c6b5a8a55945332a</wx.mp.configs.secret> |
|
|
|
|
|
<wx.mp.configs.token>111</wx.mp.configs.token> |
|
|
|
|
|
<wx.mp.configs.aesKey>111</wx.mp.configs.aesKey> |
|
|
|
|
|
<!--居民端小程序配置--> |
|
|
|
|
|
<resi.wx.ma.appId>wx07674c23af51b521</resi.wx.ma.appId> |
|
|
|
|
|
<resi.wx.ma.secret>a2fd0d29b007cbbcf8c8dda8c693d99b</resi.wx.ma.secret> |
|
|
|
|
|
<!--政府端小程序配置--> |
|
|
|
|
|
<gov.wx.ma.appId>wx3d1372029eb816a3</gov.wx.ma.appId> |
|
|
|
|
|
<gov.wx.ma.secret>651f02d71ed3f123dfb584b8bf0f4d8b</gov.wx.ma.secret> |
|
|
|
|
|
</properties> |
|
|
|
|
|
</profile> |
|
|
</profiles> |
|
|
</profiles> |
|
|
</project> |
|
|
</project> |
|
|