From fe90377c62578d27407b1b1af1c85a5c5d2e5150 Mon Sep 17 00:00:00 2001 From: Ivar Løvlie <38570165+ivarlovlie@users.noreply.github.com> Date: Wed, 31 Mar 2021 19:41:11 +0200 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bcce7a8..886b1fb 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ With the above example, the service will look for configuration values in the cu The service can cache the credentials for api-access in a file with optional AES encryption, example: ```csharp services.AddVippsEcommerceService(o => { - o.CacheEncryptionKey = "randomstring"; // optional - o.CredentialsCacheFilePath = "/tmp/vippsecom"; // path to directory that the executing process has write-access to + o.CacheEncryptionKey = "randomstring"; // optional key for AES encryption, if omitted the cache will be readable json with your keys exposed and everything. + o.CacheDirectoryPath = "/tmp/vippsecom"; // path to a directory that the executing process has write-access to. }); ``` -- cgit v1.3