mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -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]
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user