-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change config variable expansion to the form ${instance.<key>} and ${…
…env.<key>} to be forwards compatible with a possible future enhancement using hashicorp/hil Also switches os.Expand() to a private variant which only expands ${name} and not $name to minimise impact to any existing configs that may contain $
- Loading branch information
Travers Carter
committed
Mar 21, 2017
1 parent
b8cbe70
commit 30c4a57
Showing
2 changed files
with
58 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters