diff options
Diffstat (limited to 'crates/atuin-server/server.toml')
| -rw-r--r-- | crates/atuin-server/server.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/atuin-server/server.toml b/crates/atuin-server/server.toml index 6212de00..f02372d0 100644 --- a/crates/atuin-server/server.toml +++ b/crates/atuin-server/server.toml @@ -37,3 +37,7 @@ # enable = false # cert_path = "" # pkey_path = "" + +## Enable legacy sync v1 routes (history-based sync) +## Set to false to disable and use only the newer record-based sync +# sync_v1_enabled = true |
