diff --git a/core/config.py b/core/config.py index 8e0e79d..ee99df7 100644 --- a/core/config.py +++ b/core/config.py @@ -275,7 +275,7 @@ class BillingConfig: @property def standalone(self) -> bool: return CoreConfig.get_config_field( - self.__config, "core", "billing", "standalone", default=False + self.__config, "core", "billing", "standalone", default=True ) @property