-
|
I have successsfully gotten a token mapper to connect to a database based on this But the quarkus properties in conf/quarkus.properties don't seem to work at all. I have also tried using ${env.SOME_VAR} in persistence.xml with it being passed in using an environment variable for persistence.xml In addition, I have tried to supply things like the following in the container setup without success. It just says it can't connect to the database at the url Has anyone found an easy solution to this? Has anyone found an easier way to create their own with env variables or a similar mechanism that can be easily implemented? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
was able to do this once I got the latest information on the new protocol mapper. |
Beta Was this translation helpful? Give feedback.
was able to do this once I got the latest information on the new protocol mapper.