fix default config typo

This commit is contained in:
Hay1tsme 2024-01-11 12:09:19 -05:00
parent fb36cc9b07
commit 6dd46a5aa7
1 changed files with 1 additions and 1 deletions

View File

@ -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