diff options
| author | Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> | 2021-03-31 20:33:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 20:33:54 +0200 |
| commit | 09a0963616522354558987f668f9b8b826065592 (patch) | |
| tree | 4f89957cc226a340a896ec169033b983976e6f01 /README.md | |
| parent | 69ca188804a05b827d4f705ed2fe291d04f29716 (diff) | |
| download | dotnet-vipps-ecommerce-09a0963616522354558987f668f9b8b826065592.tar.xz dotnet-vipps-ecommerce-09a0963616522354558987f668f9b8b826065592.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,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). The environment variable name for a given property is also specified in it's XML-documentation. +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. ## Caching |
