mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-15 08:08:49 +00:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
import logging
|
|
import os
|
|
|
|
LOG_LEVEL = logging.DEBUG
|
|
DEV_BUILD = False
|
|
APP_DIR = os.getenv('APP_DIR')
|