jonsequitur/Its.Configuration

Allow file paths to be included in the precedence

Open

#1 opened on Dec 25, 2014

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (13 forks)github user discovery
help wanted

Repository metrics

Stars
 (24 stars)
PR merge metrics
 (PR metrics pending)

Description

For example, rather than precedence being limited to a set of folder names, including actual file paths could be useful. This is similar to way that we use it programmatically to look up configurations on a build machine to avoid having to check secrets and other config values into code repositories.

e.g.:

test|internal|\buildserver\configs

Contributor guide