🗑️(backend) remove useless analytics settings

Remove useless analytics key settings as we removed tracking
data from the backend code.
This commit is contained in:
lebaudantoine
2024-11-08 10:40:57 +01:00
committed by aleb_the_flash
parent 60f5c8486b
commit cb4acc32e5

View File

@@ -401,9 +401,6 @@ class Base(Configuration):
ALLOW_UNREGISTERED_ROOMS = values.BooleanValue(
True, environ_name="ALLOW_UNREGISTERED_ROOMS", environ_prefix=None
)
ANALYTICS_KEY = values.Value(
None, environ_name="ANALYTICS_KEY", environ_prefix=None
)
# pylint: disable=invalid-name
@property