From 7dc3a8c82d0aaafbb9e11a4360bb0baa7f0c4390 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 30 Aug 2023 09:51:32 +0100 Subject: [PATCH] Added use-local-storage --- eco-core/core-plugin/src/main/resources/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 17fcd4e..1445cc9 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -3,6 +3,11 @@ # by Auxilor # +# Even if eco is set up to use a database, you can +# force Boosters to save to local storage to disable +# cross-server sync. +use-local-storage: false + gui: title: Boosters rows: 3