"""Development configuration — http://localhost:8888"""
from config.default import *  # noqa: F401,F403

DEBUG = True

# --- Session (HTTP OK di localhost) ---
SESSION_COOKIE_SECURE = False
PREFERRED_URL_SCHEME = 'http'

# ML — live compute in dev for testing
ML_COMPUTE_MODE = 'live'
