Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abs authored Sep 12, 2024
1 parent 81501c9 commit 44ba8ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ See examples in `./infra/resources/grafana-mk-{1,2}.bicepparam
az deployment group create -c --debug --name supafana-test-grafana-mk-1-deploy --resource-group supafana-test-rg --parameters infra/resources/grafana-mk-1.bicepparam
```

After provisioning, the host should be accessible via `https://<supafanaDomain>/dashboard/<supabaseProjectRef>`:
After provisioning, the host should be accessible via `https://<supafanaDomain>/dashboard/<supabaseProjectRef>`

Example: `https://supafana-test.com/dashboard/kczjrdfrkmmofxkbjxex/`
- Example: `https://supafana-test.com/dashboard/kczjrdfrkmmofxkbjxex/`

Internally, the new instance is accessible via `<supabaseProjectRef>.supafana.local`:
Internally, the new instance is accessible via `<supabaseProjectRef>.supafana.local`

Example: `kczjrdfrkmmofxkbjxex.supafana.local`
- Example: `kczjrdfrkmmofxkbjxex.supafana.local`

#### SSH access to Grafana instances

Expand Down

0 comments on commit 44ba8ba

Please sign in to comment.