|
|
|
@ -126,27 +126,28 @@ |
|
|
|
</profile> |
|
|
|
|
|
|
|
<profile> |
|
|
|
<id>prod</id> |
|
|
|
<properties> |
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
|
|
|
|
<server.port>9066</server.port> |
|
|
|
|
|
|
|
<spring.redis.index>2</spring.redis.index> |
|
|
|
<spring.redis.host>47.104.224.45</spring.redis.host> |
|
|
|
<spring.redis.port>6379</spring.redis.port> |
|
|
|
<spring.redis.password>elink@888</spring.redis.password> |
|
|
|
|
|
|
|
<spring.datasource.druid.url> |
|
|
|
<![CDATA[jdbc:mysql://47.104.224.45:3308/esua_epdc_events?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>elink888</spring.datasource.druid.password> |
|
|
|
|
|
|
|
<nacos.register-enabled>false</nacos.register-enabled> |
|
|
|
<nacos.server-addr>47.104.224.45:8848</nacos.server-addr> |
|
|
|
</properties> |
|
|
|
</profile> |
|
|
|
<id>prod</id> |
|
|
|
<properties> |
|
|
|
<spring.profiles.active>prod</spring.profiles.active> |
|
|
|
|
|
|
|
<server.port>9066</server.port> |
|
|
|
|
|
|
|
<!-- redis配置 --> |
|
|
|
<spring.redis.index>8</spring.redis.index> |
|
|
|
<spring.redis.host>121.42.149.50</spring.redis.host> |
|
|
|
<spring.redis.port>9001</spring.redis.port> |
|
|
|
<spring.redis.password>elink888</spring.redis.password> |
|
|
|
|
|
|
|
<spring.datasource.druid.url> |
|
|
|
<![CDATA[jdbc:mysql://121.42.29.81:3306/esua_epdc_events?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>elink888</spring.datasource.druid.password> |
|
|
|
<!-- nacos --> |
|
|
|
<nacos.register-enabled>true</nacos.register-enabled> |
|
|
|
<nacos.server-addr>172.31.171.61:9300</nacos.server-addr> |
|
|
|
</properties> |
|
|
|
</profile> |
|
|
|
</profiles> |
|
|
|
|
|
|
|
</project> |
|
|
|
|