Skip to content
Snippets Groups Projects
Unverified Commit bece8813 authored by ysde's avatar ysde Committed by GitHub
Browse files

Merge pull request #33 from klaus385/patch-1

Update README.md
parents 9ace38bc c510e241
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ A Python-based application to backup Grafana settings via [Grafana API](http://d
## Configuration
`gafana-backup-tool` uses environment variables to define the connection to a Grafana server, or alternatively hard-coded settings in `src/grafanaSettings.py`.
`grafana-backup-tool` uses environment variables to define the connection to a Grafana server, or alternatively hard-coded settings in `src/grafanaSettings.py`.
You need to add the following to your `.bashrc` or execute once before using the tool:
```bash
export GRAFANA_URL=http://some.host.org:3000/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment