Profile-aware config files for dev, test & prod properties #28456
nik-christou
started this conversation in
Community
Replies: 1 comment
-
Hey @nik-christou Sorry for the late response. I guess I've missed this. Yes, it works for Quarkus profiles, too (there is no distinction, actually), but you always require a main |
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.
-
Hello,
Is it possible to have application-{dev/test/prod}.properties under src/main/resources ? From the documentation its clear that we can have profile aware property files for custom profile but its not clear about existing profiles that quarkus has by default.
I tried a small demo locally and it doesn't seem to work that way. Can somebody confirm this ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions