dotnet-appsettings-env icon indicating copy to clipboard operation
dotnet-appsettings-env copied to clipboard

Convert .NET appsettings.json file to Kubernetes, Docker and Docker-Compose environment variables.

Results 3 dotnet-appsettings-env issues
Sort by recently updated
recently updated
newest added

Let's say I have an env file like this: **docker.env** ```.env App__PathToFiles="C:\\Program Files\\SOMEPATH\\" App__SomeOtherKey="Value" ``` and then passing it as an envfile in docker compose **docker-compose.yaml** ```yaml version: '3.3' services:...

Dic type can be used in C#. The use of this type is common in appsetting. When this type is used, we face problems in the configuration. I suggest that...

It would be cool if there was a way to convert the other way around - from docker.env format to appsettings.json.

enhancement