I want storage Services in a database, I have this configuration based in https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#database-service-registry but it doesnt work... it generate the tables but there are no data , how can I solve this? # cas.serviceRegistry.jpa.healthQuery= cas.serviceRegistry.jpa.isolateInternalQueries=false cas.serviceRegistry.jpa.url=jdbc:postgresql://172.17.103.25:5445/AhTestCentral cas.serviceRegistry.jpa.failFastTimeout=1 cas.serviceRegistry.jpa.dialect=org.hibernate.dialect.PostgreSQL94Dialect cas.serviceRegistry.jpa.leakThreshold=10 cas.serviceRegistry.jpa.batchSize=1 cas.serviceRegistry.jpa.user=utest2017 cas.serviceRegistry.jpa.ddlAuto=update cas.serviceRegistry.jpa.password=2017utest@@ cas.serviceRegistry.jpa.autocommit=false cas.serviceRegistry.jpa.driverClass=org.postgresql.Driver cas.serviceRegistry.jpa.idleTimeout=5000 cas.serviceRegistry.jpa.dataSourceName= cas.serviceRegistry.jpa.dataSourceProxy=false Hibernate-specific properties (i.e. `hibernate.globally_quoted_identifiers`) cas.serviceRegistry.jpa.properties.propertyName=propertyValue
cas.serviceRegistry.jpa.pool.suspension=false cas.serviceRegistry.jpa.pool.minSize=6 cas.serviceRegistry.jpa.pool.maxSize=18 cas.serviceRegistry.jpa.pool.maxWait=2000 PD: this tables are generated -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/d258f8b8-40f3-4416-96d5-9692e35ea358%40apereo.org.
