You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ This is a list of available options:
84
84
|`audit.concurrency`|`int`| Number of concurrent audit workers. | `` |
85
85
|`audit.hibp-dump-file`|`string`| Specify to a HIBPv2 Dump file (sorted) if you want `audit` to check password hashes against this file. |`None`|
86
86
|`audit.hibp-use-api`|`bool`| Set to true if you want `gopass audit` to check your secrets against the public HIBPv2 API. Use with caution. This will leak a few bit of entropy. |`false`|
87
-
|`autosync.interval`|`int`| AutoSync interval in days. |`3`|
87
+
|`autosync.interval`|`string`| AutoSync interval in days, or minutes like "3m".|`3`|
88
88
|`core.autoimport`|`bool`| Import missing keys stored in the pass repository without asking. |`false`|
89
89
|`core.autopush`|`bool`| Always do a `git push` after a commit to the store. Makes sure your local changes are always available on your git remote. |`true`|
90
90
|`core.autosync`|`bool`| Automatically sync (fetch & push) the git remote on an interval. |`true`|
0 commit comments