Settings
PyActuator·envcfglocalprecedence (left wins)
API server
Base URL this browser uses for API calls (stored in localStorage). Server default comes from PYACTUATOR_API_URL / pyactuator.cfg [api]. App: PyActuator
Used by this browser for API requests outside same-origin development proxy mode.
API session
Sign in from the account menu (user icon) or /login/. The browser stores a JWT in localStorage and sends Authorization: Bearer … on requests. Configure the API with PYACTUATOR_AUTH_USERS and PYACTUATOR_AUTH_JWT_SECRET (or [auth] in pyactuator.cfg).