ConfigManager icon indicating copy to clipboard operation
ConfigManager copied to clipboard

Add support for specific users/hostnames

Open tejacques opened this issue 10 years ago • 0 comments

I.E. if your are on the host, host, it would load config.host.json before trying to load config.json.

Similarly, for the process user it would try to load config.user.json before config.json.

Here is the full order:

  • config.host.user.dev.json
  • config.host.dev.json
  • config.user.dev.json
  • config.dev.json
  • config.host.user.json
  • config.host.json
  • config.user.json
  • config.json

tejacques avatar Mar 18 '15 00:03 tejacques