Browse Source

fixed tests

pull/13271/head
IrynaMatveieva 1 year ago
parent
commit
8e9cd196c1
  1. 3
      dao/src/test/resources/application-test.properties

3
dao/src/test/resources/application-test.properties

@ -108,6 +108,9 @@ cache.specs.qrCodeSettings.maxSize=10000
cache.specs.mobileSecretKey.timeToLiveInMinutes=1440
cache.specs.mobileSecretKey.maxSize=10000
cache.specs.trendzSettings.timeToLiveInMinutes=1440
cache.specs.trendzSettings.maxSize=10000
redis.connection.host=localhost
redis.connection.port=6379
redis.connection.db=0

Loading…
Cancel
Save