- 
                Notifications
    You must be signed in to change notification settings 
- Fork 41.6k
Closed
Labels
theme: config-dataIssues related to the configuration themeIssues related to the configuration themetype: enhancementA general enhancementA general enhancement
Milestone
Description
Currently our configtree:/... import support will create a flattened structure by replacing / with .. For example, configtree:/etc/config for the following:
etc/
  config/
    db/
       password
    mq/
       password
Would add a db.password and mq.password properties.
This works well to prevent name clashes, but might be a problem if a user prefer to only use the filenames as properties. For example:
etc/
  config/
    mydbservice/
       spring.datasource.password
    mymqservice/
       spring.mq.password
We should look at options that will help with the second case.
Metadata
Metadata
Assignees
Labels
theme: config-dataIssues related to the configuration themeIssues related to the configuration themetype: enhancementA general enhancementA general enhancement