Josef Ottosson

Freelancing Developer · Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2022
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

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