Configuration of application #39292
Closed
lecogiteur
started this conversation in
Community
Replies: 1 comment
-
Finally I find my solution in documentation https://quarkus.io/guides/config-reference Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new in Quarkus. I don't find documentation about this problem.
I have created an application with datasource. It's worked in services dev and unit test.
I have generated a docker image. But the configuration (defined in application.properties) is not include in generated fat jar or in docker image. So when I run docker image, it fails because no configuration is defined.
How to include application properties in docker image and at application run?
How to manage application configuration for each profile prod/preprod/dev? Which is the best practice?
Beta Was this translation helpful? Give feedback.
All reactions