Fix OSS default value

This commit is contained in:
Innokentii Konstantinov 2022-06-08 20:15:39 +04:00
parent 778f8688ef
commit f3e93d09c2

View file

@ -6,7 +6,7 @@ from celery.schedules import crontab
from common.utils import getenv_boolean
VERSION = "dev-oss"
OSS = False
OSS = getenv_boolean("OSS", True)
SEND_ANONYMOUS_USAGE_STATS = getenv_boolean("SEND_ANONYMOUS_USAGE_STATS", default=True)
# License is OpenSource or Cloud