diff --git a/fill-manager/pom.xml b/fill-manager/pom.xml index 971f535e4803ac1a8c17aa0b42ba396c69e22bf8..1d1430c504e3ba3ba848c119d1c2692f46cf7f47 100644 --- a/fill-manager/pom.xml +++ b/fill-manager/pom.xml @@ -64,13 +64,19 @@ <profiles.active>product</profiles.active> <profiles.server.port>19211</profiles.server.port> <profiles.queue.type>rabbitmq</profiles.queue.type> - <profiles.kafka.brokers>192.168.0.100:9092</profiles.kafka.brokers> - <profiles.rabbitmq.host>192.168.0.100</profiles.rabbitmq.host> + <profiles.rabbitmq.host>192.168.0.250</profiles.rabbitmq.host> <profiles.rabbitmq.port>5672</profiles.rabbitmq.port> - <profiles.nacos.server-addr>192.168.0.100:8848</profiles.nacos.server-addr> + <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>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>/mortals/app/logs</profiles.log.path> + <profiles.publish.path>/home/publish</profiles.publish.path> + <profiles.log.level>INFO</profiles.log.level> + <profiles.log.path>/home/mortals/app/logs</profiles.log.path> + <profiles.filepath>/mortals/app/data</profiles.filepath> + <profiles.log.level>INFO</profiles.log.level> </properties> </profile> <profile>