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