mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
replace "blah" with "example". (#38114)
This commit is contained in:
parent
ae17cce316
commit
d38ce58045
@ -67,13 +67,13 @@ In your configuration file:
|
|||||||
|
|
||||||
```
|
```
|
||||||
[server]
|
[server]
|
||||||
root_url = https://grafana.blah.com/
|
root_url = https://grafana.example.com/
|
||||||
```
|
```
|
||||||
|
|
||||||
Or with an environment variable:
|
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
|
## Step 4. Restart Grafana
|
||||||
|
Loading…
Reference in New Issue
Block a user