Skip to content

Commit

Permalink
fix: bigsky readme typo (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Sep 13, 2024
2 parents 58e6cb4 + a089248 commit 4302826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bigsky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Wipe all local data:
# careful! double-check this destructive command
rm -rf ./data/bigsky/*

There is a basic web dashboard, though it will not be included unless built and copied to a local directory `./public/`. Run `make build-relay-ui`, and then when running the daemon the dashboard will be available at: <http://localhost:2470/admin/>. Paste in the admin key, eg `localdev`.
There is a basic web dashboard, though it will not be included unless built and copied to a local directory `./public/`. Run `make build-relay-ui`, and then when running the daemon the dashboard will be available at: <http://localhost:2470/dash/>. Paste in the admin key, eg `localdev`.

The local admin routes can also be accessed by passing the admin key as a bearer token, for example:

Expand Down

0 comments on commit 4302826

Please sign in to comment.