dongsiji commented on issue #1978:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1978#issuecomment-2912725701

   @ricardozanini I am actually using postgres, this is the application.yml I'm 
using for running locally with a postgres docker container running at port 5434:
   ```
   spring:
     datasource:
       url: jdbc:postgresql://localhost:5434/postgres
       username: postgres
       password: password
   
   kogito:
     persistence:
       type: jdbc
   
   server:
     port: 8082
   ```
   is there some setting I need to enable to force infinispan to turn off?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to