Jakub Sokołowski 8362b93734 config: use filenames that end in .py
They are Python files, changing their file extension is a bad idea.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-24 13:59:22 +02:00

8 lines
127 B
Python

import logging
import os
LOG_LEVEL = logging.DEBUG
UPDATE_VP_ON_FAIL = False
DEV_BUILD = False
APP_DIR = os.getenv('APP_DIR')