Skip to content

Commit 5df8a55

Browse files
emmaling27Convex, Inc.
authored and
Convex, Inc.
committed
[self-hosted-dashboard] Fix copy to point to admin key instead of deploy key (#34237)
GitOrigin-RevId: a35ce912153bf68eec762d9639b78a42d9fd678b
1 parent 03fd971 commit 5df8a55

File tree

1 file changed

+3
-1
lines changed
  • npm-packages/dashboard-self-hosted/src/pages/settings

1 file changed

+3
-1
lines changed

npm-packages/dashboard-self-hosted/src/pages/settings/index.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ export default function Settings() {
2121
<h4 className="mb-4">Deploy Key</h4>
2222

2323
<p className="text-content-secondary">
24-
Deploy keys are not available for self-hosted deployments.
24+
Deploy keys are not available for self-hosted deployments. Generate
25+
an admin key instead using the generate_admin_key.sh script wherever
26+
your backend is running.
2527
</p>
2628
</div>
2729
</Sheet>

0 commit comments

Comments
 (0)