forked from Hay1tsme/artemis
fix default config typo
This commit is contained in:
parent
fb36cc9b07
commit
6dd46a5aa7
@ -275,7 +275,7 @@ class BillingConfig:
|
|||||||
@property
|
@property
|
||||||
def standalone(self) -> bool:
|
def standalone(self) -> bool:
|
||||||
return CoreConfig.get_config_field(
|
return CoreConfig.get_config_field(
|
||||||
self.__config, "core", "billing", "standalone", default=False
|
self.__config, "core", "billing", "standalone", default=True
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user