Possible to use Inkdrop Sync Server on Mac and Don't Sync on Windows?

Hi Chris,

Yes, that’s possible. To disable sync before logging in, set core.db.remote.disabled to true in your config.json like so:

{
  "*": {
    "core": {
      "db": {
        "remote": {
          "disabled": true
        }
      },
...
1 Like