diff --git a/base-manager/pom.xml b/base-manager/pom.xml index 716e2fcfd78b4b6c6d7500e698148a5c20147580..fdaaf3328ddfa1a952f618499d9411a920f66cb0 100644 --- a/base-manager/pom.xml +++ b/base-manager/pom.xml @@ -94,12 +94,12 @@ <profiles.server.path>/base</profiles.server.path> <profiles.server.port>17211</profiles.server.port> <profiles.publish.path>/home/publish</profiles.publish.path> - <profiles.rabbitmq.host>172.15.28.115</profiles.rabbitmq.host> + <profiles.rabbitmq.host>127.0.0.1</profiles.rabbitmq.host> <profiles.rabbitmq.port>5672</profiles.rabbitmq.port> <profiles.rabbitmq.username>taxi_mq</profiles.rabbitmq.username> <profiles.rabbitmq.password>admin@2020</profiles.rabbitmq.password> <profiles.rabbitmq.virtualhost>/</profiles.rabbitmq.virtualhost> - <profiles.nacos.server-addr>172.15.28.120:8848</profiles.nacos.server-addr> + <profiles.nacos.server-addr>127.0.0.1:8848</profiles.nacos.server-addr> <profiles.nacos.group>DEFAULT_GROUP</profiles.nacos.group> <profiles.nacos.namespace>smart-gov</profiles.nacos.namespace> <profiles.log.path>/home/mortals/app/logs</profiles.log.path>