mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
8 lines
168 B
Python
8 lines
168 B
Python
import os
|
|
import logging
|
|
|
|
LOG_LEVEL = logging.getLevelName(os.getenv('LOG_LEVEL', 'INFO'))
|
|
UPDATE_VP_ON_FAIL = False
|
|
DEV_BUILD = False
|
|
AUT_PATH = os.getenv('AUT_PATH')
|