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
}
},
...
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
}
},
...