replace "blah" with "example". (#38114)

This commit is contained in:
achatterjee-grafana 2021-08-20 10:09:21 -04:00 committed by GitHub
parent ae17cce316
commit d38ce58045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,13 +67,13 @@ In your configuration file:
```
[server]
root_url = https://grafana.blah.com/
root_url = https://grafana.example.com/
```
Or with an environment variable:
```
GF_SERVER_ROOT_URL=https://grafana.blah.com/
GF_SERVER_ROOT_URL=https://grafana.example.com/
```
## Step 4. Restart Grafana