-
Hello, The documentation (https://quarkus.io/guides/config-reference#locations) says that we can provide a directory to quarkus.config.locations. But it seems it is not possible. I have to expicitely define the path of each .properties file under the directory : It works but can be problematic when you may later have a lot of additional tenants. What I would like to be is be able to define directories for each tenant of my application, each directory containing the properties associated to this tenant. I also tried to use wildcards in the path but it seems it is not supported also. Can you confirm ? If it is not supported, I think it would be a great thing to support in the future :) EDIT: But still not recursive, so I cannot just do : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
Yes, wildcards and directory recursion are not supported. You can open an enhancement request at https://github.com/smallrye/smallrye-config/.
Relative path works to the working directory