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 b08f5ca42a3e1c9a21dec2499c9c05c997bcc4d8 Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Mon Apr 8 16:08:11 2019 +0700 JAMES-2708 Explicitly add blob.properties for all products --- dockerfiles/run/guice/cassandra-ldap/destination/conf/blob.properties | 2 ++ dockerfiles/run/guice/cassandra/destination/conf/blob.properties | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/blob.properties b/dockerfiles/run/guice/cassandra-ldap/destination/conf/blob.properties new file mode 100644 index 0000000..5297c0f --- /dev/null +++ b/dockerfiles/run/guice/cassandra-ldap/destination/conf/blob.properties @@ -0,0 +1,2 @@ +blob.export.implementation=localFile +blob.export.localFile.directory=file://var/blobExporting \ No newline at end of file diff --git a/dockerfiles/run/guice/cassandra/destination/conf/blob.properties b/dockerfiles/run/guice/cassandra/destination/conf/blob.properties new file mode 100644 index 0000000..5297c0f --- /dev/null +++ b/dockerfiles/run/guice/cassandra/destination/conf/blob.properties @@ -0,0 +1,2 @@ +blob.export.implementation=localFile +blob.export.localFile.directory=file://var/blobExporting \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org