Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
πŸ“ add note about phoenix live dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Sep 20, 2024
1 parent b723b04 commit 40b7a15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ Sail the high seas with Gakimint in a Docker container:
Peek behind the curtain at `http://localhost:4000/dashboard`. Don't forget your secret key!
```bash
SECRET_KEY_BASE=$(mix phx.gen.secret)
export SECRET_KEY_BASE=$SECRET_KEY_BASE
MIX_ENV=dev mix phx.server
SECRET_KEY_BASE=$(mix phx.gen.secret) MIX_ENV=dev mix phx.server
```
> πŸ’‘ Note: The dashboard is only available in the `dev` environment.
## 🏎️ Turbocharge with Benchmarks
Rev up your engines:
Expand Down

0 comments on commit 40b7a15

Please sign in to comment.