mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-29 15:57:03 +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')
|