diff options
Diffstat (limited to 'packages/policy-xacmlpdp-tarball/src')
-rw-r--r-- | packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties b/packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties index 1b9cb4db..e0ac746c 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/apps/guard/xacml.properties @@ -47,6 +47,7 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome # # JPA Properties # +eclipselink.target-database=MySQL javax.persistence.jdbc.driver=org.mariadb.jdbc.Driver javax.persistence.jdbc.url=jdbc:mariadb://mariadb:3306/operationshistory javax.persistence.jdbc.user=policy_user |