In my Quarkus application, I don’t want passwords to be versionned by Git. I don’t have any issue with the prod profile because I have a config file in $PWD/config/application.properties. Fine. For the dev profile, I’m using the .env approach which contains properties such as : I’m trying to setup tests and I need some separate conf for tests. So