|
|
|
@ -240,7 +240,7 @@ |
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
<docker.tag>prod</docker.tag> |
|
|
|
|
|
|
|
<server.port>9064</server.port> |
|
|
|
<server.port>9073</server.port> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>0</spring.redis.index> |
|
|
|
@ -257,6 +257,10 @@ |
|
|
|
</spring.datasource.druid.url> |
|
|
|
<spring.datasource.druid.username>epdc</spring.datasource.druid.username> |
|
|
|
<spring.datasource.druid.password>Elink@833066</spring.datasource.druid.password> |
|
|
|
|
|
|
|
<!--RocketMQ--> |
|
|
|
<rocketmq.name.server>172.16.0.7:9876;172.16.0.8:9876</rocketmq.name.server> |
|
|
|
<rocketmq.consumer.group>jinshui-organizationGroup</rocketmq.consumer.group> |
|
|
|
</properties> |
|
|
|
</profile> |
|
|
|
</profiles> |
|
|
|
|