diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2021-03-31 23:52:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 23:52:37 +0200 |
| commit | 41ce031b02f9e826256aa324ab769c0907919bb7 (patch) | |
| tree | c0dc47702ed2d7b3b956e630b163c947556875a5 /README.md | |
| parent | 8379ccc31d788ec6e27a750a2705d721f835e64b (diff) | |
| download | dotnet-vipps-ecommerce-41ce031b02f9e826256aa324ab769c0907919bb7.tar.xz dotnet-vipps-ecommerce-41ce031b02f9e826256aa324ab769c0907919bb7.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ services.AddVippsEcommerceService(o => { With the above example, the service will look for configuration values in the current environment using names specified in [VippsConfigurationKeyNames.cs](https://github.com/ivarlovlie/IOL.VippsEcommerce/blob/master/src/IOL.VippsEcommerce/Models/VippsConfigurationKeyNames.cs), then in the configuration object. The environment variable name for a given property is also specified in it's XML-documentation. -> [Environment.GetEnvironmentVariable](https://docs.microsoft.com/en-us/dotnet/api/system.environment.getenvironmentvariable?view=net-5.0) is used to retrieve environement variables, that means that user-secrets and anything else than process-spesific variables (`VARIABLE=value dotnet YourBinary.dll`) does not register on Unix systems. +> [Environment.GetEnvironmentVariable](https://docs.microsoft.com/en-us/dotnet/api/system.environment.getenvironmentvariable?view=net-5.0) is used to retrieve environment variables, that means that user-secrets and anything else than process-spesific variables (`VARIABLE=value dotnet YourBinary.dll`) does not register on Unix systems. ## Caching |
