import os

def load_runtime_config():
    api_url = os.getenv("API_URL")
    return {"api_url": api_url}