rsatrio / Keycloak-Federation-ExistingDB

Keycloak Custom Module for User Federation with Existing DB
MIT License
43 stars 8 forks source link

How do I set up the database and get the JNDI address? #6

Open SrMarkLau opened 3 weeks ago

SrMarkLau commented 3 weeks ago

Hello friends, I have a question How do I set up the database and get the JNDI address?

quarkus.properties in conf folder

quarkus.datasource.ext.db-kind=postgresql quarkus.datasource.ext.username=test quarkus.datasource.ext.password=test quarkus.datasource.ext.jdbc.url=jdbc:postgresql://172.0.0.1:5432/mysys quarkus.datasource.ext.jdbc.max-size=16

What is the JNDI address in quarkus?

b0g commented 3 days ago

I am interested too to know,

Did you find the answer ? (working on keycloak 24.0.4)