You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
When I'm testing on dev, I want to test that a datacenter's config is working. Currently, I can only specify my config on a per-datacenter basis. That leads to my config having a lot of duplication and redundancy.
When I'm testing on dev, I want to test that a datacenter's config is working. Currently, I can only specify my config on a per-datacenter basis. That leads to my config having a lot of duplication and redundancy.
common.json
development.json
development.datacenter.json
production.json
production.datacenter.json
It'd be nice to add support for
common.datacenter.json
in order to reduce the need of duplicating configuration.The text was updated successfully, but these errors were encountered: