We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
I am interested too to know,
Did you find the answer ? (working on keycloak 24.0.4)
Sorry, something went wrong.
Quarkus does not support jndi.
You have to change that.
I am using jdbc. I read connection properties from keycloak.conf file.
@DaniGalicia Is it possible to pass on this implementation to us?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: