This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 4f4da17d1610da05c3aaaa11079ef41ae96cf066 Author: Benoit Tellier <[email protected]> AuthorDate: Mon Mar 4 16:01:11 2019 +0700 JAMES-2665 Adding deletedMessageVault.properties in Guice configuration references --- .../guice/cassandra-ldap/destination/conf/deletedMessageVault.properties | 1 + .../destination/conf/deletedMessageVault.properties | 1 + .../cassandra-rabbitmq/destination/conf/deletedMessageVault.properties | 1 + .../run/guice/cassandra/destination/conf/deletedMessageVault.properties | 1 + .../memory-guice/sample-configuration/deletedMessageVault.properties | 1 + 5 files changed, 5 insertions(+) diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/cassandra-ldap/destination/conf/deletedMessageVault.properties new file mode 100644 index 0000000..8c14c8e --- /dev/null +++ b/dockerfiles/run/guice/cassandra-ldap/destination/conf/deletedMessageVault.properties @@ -0,0 +1 @@ +urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file diff --git a/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/deletedMessageVault.properties new file mode 100644 index 0000000..8c14c8e --- /dev/null +++ b/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/deletedMessageVault.properties @@ -0,0 +1 @@ +urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file diff --git a/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties new file mode 100644 index 0000000..8c14c8e --- /dev/null +++ b/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties @@ -0,0 +1 @@ +urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file diff --git a/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties b/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties new file mode 100644 index 0000000..8c14c8e --- /dev/null +++ b/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties @@ -0,0 +1 @@ +urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file diff --git a/server/container/guice/memory-guice/sample-configuration/deletedMessageVault.properties b/server/container/guice/memory-guice/sample-configuration/deletedMessageVault.properties new file mode 100644 index 0000000..8c14c8e --- /dev/null +++ b/server/container/guice/memory-guice/sample-configuration/deletedMessageVault.properties @@ -0,0 +1 @@ +urlPrefix=cassandra://var/deletedMessages/vault \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
