diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-01 00:05:15 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-01 00:05:15 +0200 |
| commit | bb4a70c105d528c26019048d33d85373c2119bd9 (patch) | |
| tree | f8f4d5d8f0e10a6c75ecdd76f91426fb8bf45c22 /README.md | |
| parent | e173afb2220f7a372b630fd0598999dc67d8128c (diff) | |
| parent | 41ce031b02f9e826256aa324ab769c0907919bb7 (diff) | |
| download | dotnet-vipps-ecommerce-bb4a70c105d528c26019048d33d85373c2119bd9.tar.xz dotnet-vipps-ecommerce-bb4a70c105d528c26019048d33d85373c2119bd9.zip | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ 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 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 The service can cache the credentials for api-access in a file with optional AES encryption, example: |
