diff --git a/.env.example b/.env.example index 177399faea..6964cde45f 100644 --- a/.env.example +++ b/.env.example @@ -114,6 +114,9 @@ # # Preferred over the legacy HTML-scrape token flow. Set this to a dashboard # bearer and the workspace uses it directly for dashboard API calls (see #124). +# +# To obtain your dashboard token, visit your dashboard in a browser and inspect the source code or use: +# curl -s | grep -oP 'window\.__HERMES_SESSION_TOKEN__\s*=\s*["'\'']\K[^"'\'';]+' # HERMES_DASHBOARD_TOKEN= # Bypass fail-closed startup guard (NOT recommended)