Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/GettingStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const startingSteps = [
{
label: "Setup instance",
description:
"Open authorizer instance endpoint in browser. Sign up as an admin with a secure password. Configure environment variables from dashboard",
"Configure the server at startup: v2 takes all configuration as CLI flags — there is no .env file, and the dashboard can no longer change server config. --url, --client-id, --client-secret, --admin-secret, --jwt-* and --encryption-key are required. Then open the instance in your browser and sign in with your admin secret.",
link: "https://docs.authorizer.dev/getting-started",
},
{
Expand Down