This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 3ec02d96e8b3e6c90f416c861800c3908ffe5167 Author: Tran Tien Duc <[email protected]> AuthorDate: Tue Jul 16 18:06:55 2019 +0700 JAMES-2834 Delete rabbitmq.properties in cassandra template conf This product doesn't need that configuration file. rabbitmq.properties in rabbitmq products template conf is well documented --- .../run/guice/cassandra-ldap/destination/conf/rabbitmq.properties | 2 -- dockerfiles/run/guice/cassandra/destination/conf/rabbitmq.properties | 2 -- 2 files changed, 4 deletions(-) diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/rabbitmq.properties b/dockerfiles/run/guice/cassandra-ldap/destination/conf/rabbitmq.properties deleted file mode 100644 index 25d0dd6..0000000 --- a/dockerfiles/run/guice/cassandra-ldap/destination/conf/rabbitmq.properties +++ /dev/null @@ -1,2 +0,0 @@ -uri=amqp://james:james@rabbitmq_host:5672 -management.uri=http://james:james@rabbitmq_host:15672/api/ \ No newline at end of file diff --git a/dockerfiles/run/guice/cassandra/destination/conf/rabbitmq.properties b/dockerfiles/run/guice/cassandra/destination/conf/rabbitmq.properties deleted file mode 100644 index 25d0dd6..0000000 --- a/dockerfiles/run/guice/cassandra/destination/conf/rabbitmq.properties +++ /dev/null @@ -1,2 +0,0 @@ -uri=amqp://james:james@rabbitmq_host:5672 -management.uri=http://james:james@rabbitmq_host:15672/api/ \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
