Josef Ottosson

Josef Ottosson

Freelancing Software Developer/Architect

Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft

unix

A collection of 1 post

asp.net core

Dotnet core config transforms - environment variables with dots/colons

TL;DR Replace dots with underscore and colons with double underscores. Consider the following IOptions<MetroSettings> implementation public class MetroSettings { public RealTimeDepartures RealTimeDepartures { get; set; } } public class RealTimeDepartures { public string ApiKey

4 years ago March 4th, 2017 1 min read
Subscribe via RSS
© Josef Ottosson 2021
Ghost & StayPuft