mirror of
https://github.com/status-im/desktop-qa-automation.git
synced 2025-02-23 01:28:16 +00:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
import logging
|
|
import os
|
|
|
|
LOG_LEVEL = logging.DEBUG
|
|
UPDATE_VP_ON_FAIL = False
|
|
DEV_BUILD = False
|
|
APP_DIR = os.getenv('APP_DIR')
|