Default local storage to Hive with legacy migration
This commit is contained in:
@@ -24,7 +24,7 @@ class AppConfig {
|
||||
|
||||
/// Enables Hive local persistence store instead of shared_preferences.
|
||||
static bool get useHiveLocalDb =>
|
||||
const bool.fromEnvironment('USE_HIVE_LOCAL_DB', defaultValue: false);
|
||||
const bool.fromEnvironment('USE_HIVE_LOCAL_DB', defaultValue: true);
|
||||
|
||||
/// Runtime override for backend URL (e.g. local settings screen).
|
||||
static void overrideBackendBaseUrl(String? baseUrl) {
|
||||
|
||||
Reference in New Issue
Block a user