Add mock options in frontend and removed from environment variables
This commit is contained in:
@@ -1,3 +1 @@
|
||||
import os
|
||||
|
||||
MOCK_AVCONNECT: bool = os.environ.get("MOCK_AVCONNECT", "").lower() in ("1", "true", "yes")
|
||||
|
||||
Reference in New Issue
Block a user