grafyaml/etc/grafyaml.conf
Paul Belanger 4e643e5d06 Replace oslo_config dependency with argparse
This is for the same reasoning as oslo_log. We don't want to depending
on OpenStack libraries.

Change-Id: I34e66af578d3f4b5ac5e710554aad91524285816
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-10-09 10:12:57 -04:00

15 lines
365 B
Plaintext

[cache]
# Directory used by grafyaml to store its cache files. (string value)
#cachedir = ~/.cache/grafyaml
# Maintain a special cache that contains an MD5 of every generated
# dashboard. (boolean value)
#enabled = true
[grafana]
# URL for grafana server. (string value)
#url = http://localhost:8080
# API key for access grafana. (string value)
#apikey = <None>