From 0ef89aee9375c1b981508f84f6578c90465f8e81 Mon Sep 17 00:00:00 2001 From: Claas Lisowski Date: Sat, 22 Aug 2020 16:14:25 +0200 Subject: [PATCH] Update changes config names in readme. (#37) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5fc756..e9e70b1 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ To use, activate Alfred and type `.bw` to trigger this workflow. From there: | EMAIL | the email which to use for the login via the Bitwarden CLI, will be read from the data.json of the Bitwarden CLI if present | "" | | EMPTY_DETAIL_RESULTS | Show all information in the detail view, also if the content is empty | false | | ICON_CACHE_ENABLED | Download icons for login items if a URL is set | true | -| ICON_CACHE_TIMEOUT | This defines how old the icon cache can get in minutes, if expired the Workflow will download icons again. If icons are missing the workflow will also try to download them unrelated to this timeout | 43200 (1 month) | -| AUTO_FETCH_ICON_CACHE_TIMEOUT | This defines how often the Workflow should check for an icon if is missing, it doesn't need to do it on every run hence this cache | 1440 (1 day) | +| ICON_CACHE_AGE | This defines how old the icon cache can get in minutes, if expired the Workflow will download icons again. If icons are missing the workflow will also try to download them unrelated to this timeout | 43200 (1 month) | +| AUTO_FETCH_ICON_CACHE_AGE | This defines how often the Workflow should check for an icon if is missing, it doesn't need to do it on every run hence this cache | 1440 (1 day) | | MAX_RESULTS | The number of items to display maximal in the search view | 1000 | | MODIFIER_1 | The first modifier key combination, possible options, which can be combined by comma separation, are "cmd,alt/opt,ctrl,shift,fn" | alt | | MODIFIER_2 | The first modifier key combination, possible options, which can be combined by comma separation, are "cmd,alt/opt,ctrl,shift,fn" | shift | @@ -61,8 +61,8 @@ To use, activate Alfred and type `.bw` to trigger this workflow. From there: | PATH | The PATH env variable which is used to search for executables (like the Bitwarden CLI configured with BW_EXEC, security to get and set keychain objects) | /usr/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/npm/bin:/usr/bin:/usr/sbin | | REORDERING_DISABLED | If set to false the items which are often selected appear further up in the results. | true | | SERVER_URL | Set the server url if you host your own Bitwarden instance - you can also set separate domains for api,webvault etc e.g. `--api http://localhost:4000 --identity http://localhost:33656` | https://bitwarden.com | -| SYNC_CACHE_TIMEOUT | This defines how old the sync cache can get, if expired the Workflow will trigger a new sync with Bitwarden | 1440 (1 day) | -| CACHE_TIMEOUT | This defines how old the cached items can get, if expired the Workflow will trigger a new cache refresh with Bitwarden (this does not involve a sync with the Bitwarden server) | 1440 (1 day) | +| SYNC_CACHE_AGE | This defines how old the sync cache can get, if expired the Workflow will trigger a new sync with Bitwarden | 1440 (1 day) | +| CACHE_AGE | This defines how old the cached items can get, if expired the Workflow will trigger a new cache refresh with Bitwarden (this does not involve a sync with the Bitwarden server) | 1440 (1 day) | # Develop locally