|
|
|
@ -168,6 +168,12 @@ |
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
<docker.tag>prod</docker.tag> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>10.5.34.164</spring.redis.host> |
|
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
|
<spring.redis.password>Elink@833066</spring.redis.password> |
|
|
|
|
|
|
|
<!-- nacos --> |
|
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
|
<nacos.server-addr>10.5.34.164:8848</nacos.server-addr> |
|
|
|
@ -179,6 +185,45 @@ |
|
|
|
<!--工作端小程序--> |
|
|
|
<work.wx.ma.appId>wx9f20a46906ab2c3e</work.wx.ma.appId> |
|
|
|
<work.wx.ma.secret>dc13065f79429979d9f687d249eb5c4e</work.wx.ma.secret> |
|
|
|
|
|
|
|
<spring.datasource.druid.url> |
|
|
|
<![CDATA[jdbc:mysql://172.16.1.239:3306/esua_epdc_admin?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
|
</spring.datasource.druid.url> |
|
|
|
<spring.datasource.druid.username>epdc</spring.datasource.druid.username> |
|
|
|
<spring.datasource.druid.password>Elink@833066</spring.datasource.druid.password> |
|
|
|
</properties> |
|
|
|
</profile> |
|
|
|
|
|
|
|
<profile> |
|
|
|
<id>prod_kongcun</id> |
|
|
|
<properties> |
|
|
|
<server.port>9055</server.port> |
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
<docker.tag>prod</docker.tag> |
|
|
|
|
|
|
|
<!-- nacos --> |
|
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
|
<nacos.server-addr>172.16.1.238:8848</nacos.server-addr> |
|
|
|
|
|
|
|
<spring.zipkin.base-url>http://172.31.171.61:9411</spring.zipkin.base-url> |
|
|
|
<!--居民端小程序配置--> |
|
|
|
<wx.ma.appId>wx04ee7d7a849fa2a8</wx.ma.appId> |
|
|
|
<wx.ma.secret>3980e207b86bccea8d3c0bf7d16adeba</wx.ma.secret> |
|
|
|
<!--工作端小程序--> |
|
|
|
<work.wx.ma.appId>wxddb240334d09049f</work.wx.ma.appId> |
|
|
|
<work.wx.ma.secret>071b8c70da0d0482aaf79052e64f83bc</work.wx.ma.secret> |
|
|
|
|
|
|
|
<spring.datasource.druid.url> |
|
|
|
<![CDATA[jdbc:mysql://172.16.1.239:3306/esua_epdc_admin?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai]]> |
|
|
|
</spring.datasource.druid.url> |
|
|
|
<spring.datasource.druid.username>epdc</spring.datasource.druid.username> |
|
|
|
<spring.datasource.druid.password>Elink@833066</spring.datasource.druid.password> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
<spring.redis.host>172.16.1.238</spring.redis.host> |
|
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
|
<spring.redis.password>Elink833066</spring.redis.password> |
|
|
|
</properties> |
|
|
|
</profile> |
|
|
|
</profiles> |
|
|
|
|