Using Powershell to Import Key-Value Pairs from a file
Given a file named ConfigurationKeyValuePairs.conf with Key Value pairs that looks like:
Key^ValueWebsiteHostName^localhost
QueryServiceHostName^localhost
ApplicationServiceHostName^localhost
ReportServerHostName^localhost
ReportServerPort^8080
IncludeExceptionDetailInFaults^true
ICacheServicePort^8050
Compilation.Debug^true
No comments:
Post a Comment