forked from Dniel97/artemis
fix default config typo
This commit is contained in:
parent
fb36cc9b07
commit
6dd46a5aa7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user