![]() |
VOOZH | about |
dotnet add package VL.IO.DotEnvFile --version 0.0.3
NuGet\Install-Package VL.IO.DotEnvFile -Version 0.0.3
<PackageReference Include="VL.IO.DotEnvFile" Version="0.0.3" />
<PackageVersion Include="VL.IO.DotEnvFile" Version="0.0.3" />Directory.Packages.props
<PackageReference Include="VL.IO.DotEnvFile" />Project file
paket add VL.IO.DotEnvFile --version 0.0.3
#r "nuget: VL.IO.DotEnvFile, 0.0.3"
#:package VL.IO.DotEnvFile@0.0.3
#addin nuget:?package=VL.IO.DotEnvFile&version=0.0.3Install as a Cake Addin
#tool nuget:?package=VL.IO.DotEnvFile&version=0.0.3Install as a Cake Tool
Small wrapper for https://github.com/nozzlegear/dotenvfile to work with vvvv-gamma
nuget install VL.IO.DotEnvFile
A .env file, used to store environment variables, e.g. variables defined per environment, such maybe database url, database password, any sensitive information, that should be available as early as possible during startup, and should not be leaked away. Normally .env should always be added to .gitignore, instead you should provide an .env-example with definitions of variables one expect. You can continue reading this article.
.env originating from nodejs you can check dotenv#rules for .env rules. (Hope some of theme work)
Original usage of .env file, is to allow to run application in multiple CICD environments, e.g. tests, satage, prod. So you can have your secrets stored and setted up explicitly per environment...
The original DotEnvFile provides methods like:
DotEnvFile.InjectIntoEnvironment(System.EnvironmentVariableTarget.Process, variables);
Witch were not including in initial release. If one would like to include this, we would gladly accept PR's starting with feat/ feature, or fix/ for a bug fix.
Learn more about Target Frameworks and .NET Standard.
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.