import os DB_PATH = os.getenv("DB_PATH") or "speedtest.db" PING_INTERVAL = int(os.getenv("PING_INTERVAL", "5"))