# Per-app AUTH_URL for admin-web (port 3001). # # The shared root .env sets AUTH_URL=http://localhost:3000 (correct for the # operator-pwa). Auth.js needs each app to know its OWN base URL, otherwise the # admin redirects unauthenticated users to :3000 and login breaks when autologin # is off. This file gives admin-web its own value; the dev/start scripts load it # BEFORE the root .env, and dotenv never overrides an already-set variable, so # this wins. Not a secret — safe to commit. AUTH_URL="http://localhost:3001"