Repository: marmotta Updated Branches: refs/heads/develop 5daafbb94 -> dd013bed1
changed the default db name on both postgres and mysql Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/dd013bed Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/dd013bed Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/dd013bed Branch: refs/heads/develop Commit: dd013bed15e6a63a55f3e3f1c29d5a3030d7209b Parents: 5daafbb Author: Sergio Fernández <[email protected]> Authored: Wed Sep 23 17:13:47 2015 +0200 Committer: Sergio Fernández <[email protected]> Committed: Wed Sep 23 17:13:47 2015 +0200 ---------------------------------------------------------------------- .../src/main/resources/config-defaults.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/dd013bed/platform/backends/marmotta-backend-kiwi/src/main/resources/config-defaults.properties ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-kiwi/src/main/resources/config-defaults.properties b/platform/backends/marmotta-backend-kiwi/src/main/resources/config-defaults.properties index bf0d36a..4b2ae7c 100644 --- a/platform/backends/marmotta-backend-kiwi/src/main/resources/config-defaults.properties +++ b/platform/backends/marmotta-backend-kiwi/src/main/resources/config-defaults.properties @@ -57,11 +57,11 @@ database.h2.url = jdbc:h2:${sys:java.io.tmpdir}${sys:file.separator}kiwi/db/kiwi # Hibernate-specific configuration for PostgreSQL database.postgres.driver = org.postgresql.Driver -database.postgres.url = jdbc:postgresql://localhost:5432/lmf?prepareThreshold=3 +database.postgres.url = jdbc:postgresql://localhost:5432/marmotta?prepareThreshold=3 # Hibernate-specific configuration for MySQL database.mysql.driver = com.mysql.jdbc.Driver -database.mysql.url = jdbc:mysql://localhost:3306/lmf?useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true +database.mysql.url = jdbc:mysql://localhost:3306/marmotta?useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true caching.literal.size = 100000 caching.uri.size = 500000
