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 59c63dea6066c8a1ea03a0c5f14921fb10c98c51 Author: Simon Levesque <[email protected]> AuthorDate: Wed Feb 20 16:19:29 2019 -0500 JAMES-2660 Fix sample mariadb jpa file --- .../jpa-smtp-mariadb/sample-configuration/james-database.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/container/guice/jpa-smtp-mariadb/sample-configuration/james-database.properties b/server/container/guice/jpa-smtp-mariadb/sample-configuration/james-database.properties index 209de00..80fe839 100644 --- a/server/container/guice/jpa-smtp-mariadb/sample-configuration/james-database.properties +++ b/server/container/guice/jpa-smtp-mariadb/sample-configuration/james-database.properties @@ -28,7 +28,7 @@ database.password=app # Supported adapters are: # DB2, DERBY, H2, HSQL, INFORMIX, MYSQL, ORACLE, POSTGRESQL, SQL_SERVER, SYBASE -vendorAdapter.database=mariaDB +vendorAdapter.database=MYSQL # Use streaming for Blobs # This is only supported on a limited set of databases atm. You should check if its supported by your DB before enable --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
