aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2026-06-23 12:05:01 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2026-06-23 13:52:41 +0200
commit52a266cffbda8277352d0b82e464e63e1330fbc2 (patch)
treedb5b8e854c973554ed673696d23c26bb4c8e4993 /pdf-as-web/src
parent24dec3a37192b8d5dbd04b1c3e491fb66cb24152 (diff)
downloadpdf-as-4-52a266cffbda8277352d0b82e464e63e1330fbc2.tar.gz
pdf-as-4-52a266cffbda8277352d0b82e464e63e1330fbc2.tar.bz2
pdf-as-4-52a266cffbda8277352d0b82e464e63e1330fbc2.zip
build(pdf-as-web): adjust release packaging to provide a PDF-AS-Web distribution with integrated DB backend
Diffstat (limited to 'pdf-as-web/src')
-rw-r--r--pdf-as-web/src/main/configuration/pdf-as-web.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/pdf-as-web/src/main/configuration/pdf-as-web.properties b/pdf-as-web/src/main/configuration/pdf-as-web.properties
index fea5e276..a33792c7 100644
--- a/pdf-as-web/src/main/configuration/pdf-as-web.properties
+++ b/pdf-as-web/src/main/configuration/pdf-as-web.properties
@@ -83,10 +83,10 @@ request.store=at.gv.egiz.pdfas.web.store.InMemoryRequestStore
#request.db.timeout=600
#Hibernate Properties for DB Store
+#hibernate.props.hibernate.dialect=org.hibernate.dialect.MariaDBDialect
+#hibernate.props.hibernate.connection.driver_class=org.mariadb.jdbc.Driver
+#hibernate.props.hibernate.connection.url=jdbc:mariadb://localhost:3306/pdfas
-#hibernate.props.hibernate.dialect=org.hibernate.dialect.MySQLDialect
-#hibernate.props.hibernate.connection.driver_class=com.mysql.jdbc.Driver
-#hibernate.props.hibernate.connection.url=jdbc:mysql://localhost/pdfasweb
#hibernate.props.hibernate.connection.username=pdfasweb
#hibernate.props.hibernate.connection.password=pdfasweb
#hibernate.props.hibernate.connection.pool_size=5