yiisoft / config

Configuration management
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Should application override keys regardless of the group? #111

Closed samdark closed 2 years ago

samdark commented 2 years ago

Currently application overrides keys only for the matching group:

vendor
   package1
      [Group] web
          [Key] MyInterface
app
  [Group] common
      [Key] MyInterface

Would currently cause conflict as seen in #109.

Should application override keys regardless of the group?