commit | 85273f17bca6423f3f86cd10932118bfb707a81d | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Mon Feb 04 18:13:17 2019 +0100 |
committer | margaretha <margaretha@ids-mannheim.de> | Mon Feb 04 18:13:43 2019 +0100 |
tree | 5d2d4d03bf2acd63b47b43fcb96c2309224aefc7 | |
parent | bab55d593e9d9f89f03891a033c80c0ec948eced [diff] |
Fixed SQL data and update client deregistration behavior. Change-Id: Id9b6168be6932508c1202acd770a82b3b61c1bef
diff --git a/full/src/test/resources/kustvakt-test.conf b/full/src/test/resources/kustvakt-test.conf index ce12cff..b3d2985 100644 --- a/full/src/test/resources/kustvakt-test.conf +++ b/full/src/test/resources/kustvakt-test.conf
@@ -57,7 +57,7 @@ oauth2.native.client.host = korap.ids-mannheim.de oauth2.max.attempts = 2 # expiry in seconds (S), minutes (M), hours (H), days (D) -oauth2.access.token.expiry = 3S +oauth2.access.token.expiry = 3M oauth2.refresh.token.expiry = 90D oauth2.authorization.code.expiry = 10M # -- scopes separated by space
diff --git a/full/src/test/resources/test-hibernate.properties b/full/src/test/resources/test-hibernate.properties index 199dc73..37b7ea7 100644 --- a/full/src/test/resources/test-hibernate.properties +++ b/full/src/test/resources/test-hibernate.properties
@@ -1,4 +1,4 @@ -hibernate.dialect=org.hibernate.dialect.MySQLDialect +hibernate.dialect=org.hibernate.dialect.MariaDB103Dialect hibernate.hbm2ddl.auto=none hibernate.show_sql=false hibernate.cache.use_query_cache=false