How can we point quarkus.properties reside in keycloak/conf/ ?
I’m running it in standalone box not the container one.
I kept these properties in quarkus.properties
quarkus.datasource.db-kind=postgresql
quarkus.datasource.username=postgres
quarkus.datasource.password=mypassword
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/QuarkusDB
quarkus.datasource.jdbc.max-size=16
and then simply invoking the cli
./kc.sh start-dev
But it start with default database and does create and table in the postgres db.
Can you tell me how to point quarkus.properties