aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway/src/test/resources/config.properties
diff options
context:
space:
mode:
Diffstat (limited to 'BRMSGateway/src/test/resources/config.properties')
-rw-r--r--BRMSGateway/src/test/resources/config.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/BRMSGateway/src/test/resources/config.properties b/BRMSGateway/src/test/resources/config.properties
index a46357276..08fd8be40 100644
--- a/BRMSGateway/src/test/resources/config.properties
+++ b/BRMSGateway/src/test/resources/config.properties
@@ -59,7 +59,7 @@ vDNS.artifactID= policy-vDNS-rules
#database driver for Integrity Monitor
javax.persistence.jdbc.driver=org.h2.Driver
#database URL for Integrity Monitor
-javax.persistence.jdbc.url=jdbc:h2:file:./sql/xacmlTest
+javax.persistence.jdbc.url=jdbc:h2:mem:xacmlTest
#database username for Integrity Monitor
javax.persistence.jdbc.user=sa
#database password for Integrity Monitor