This is an automated email from the ASF dual-hosted git repository.
derjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new a9dbb94 Samples
a9dbb94 is described below
commit a9dbb9466135735ba9fe5cc7091e296a40e80513
Author: Jan Glaubitz <[email protected]>
AuthorDate: Wed Mar 2 10:02:37 2022 +0100
Samples
- default databaseProvider
---
empire-db-examples/empire-db-example-advanced/config.xml | 2 +-
empire-db-examples/empire-db-example-basic/config.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/empire-db-examples/empire-db-example-advanced/config.xml
b/empire-db-examples/empire-db-example-advanced/config.xml
index 3dc3f20..666ff45 100644
--- a/empire-db-examples/empire-db-example-advanced/config.xml
+++ b/empire-db-examples/empire-db-example-advanced/config.xml
@@ -21,7 +21,7 @@
<properties>
<!-- provider name must match the property-section containing
the connection data -->
- <databaseProvider>postgresql</databaseProvider>
+ <databaseProvider>hsqldb</databaseProvider>
</properties>
<properties-hsqldb>
diff --git a/empire-db-examples/empire-db-example-basic/config.xml
b/empire-db-examples/empire-db-example-basic/config.xml
index c1c7b88..7d21c6d 100644
--- a/empire-db-examples/empire-db-example-basic/config.xml
+++ b/empire-db-examples/empire-db-example-basic/config.xml
@@ -21,7 +21,7 @@
<properties>
<!-- provider name must match the property-section containing
the connection data -->
- <databaseProvider>postgresql</databaseProvider>
+ <databaseProvider>hsqldb</databaseProvider>
</properties>
<properties-hsqldb>