desktop-qa-automation/configs/_local.default.py
Jakub Sokołowski 7369d97838
config: use filenames that end in .py
They are Python files, changing their file extension is a bad idea.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-24 13:59:22 +02:00

7 lines
101 B
Python

import logging
LOG_LEVEL = logging.DEBUG
UPDATE_VP_ON_FAIL = False
DEV_BUILD = False
APP_DIR = None