Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
magec committed Jan 13, 2015
1 parent 27976b3 commit 95b1145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -53,6 +53,7 @@ In your graphite-api config file::
user: graphite
pass: graphite
db: graphite
ssl: false
schema:
- ['', 60]
- ['high-res-metrics', 10]
Expand Down Expand Up @@ -80,6 +81,7 @@ In graphite's ``local_settings.py``::
INFLUXDB_USER = "graphite"
INFLUXDB_PASS = "graphite"
INFLUXDB_DB = "graphite"
INFLUXDB_SSL = "false"
INFLUXDB_SCHEMA = [
('', 60),
('high-res-metrics', 10)
Expand Down

0 comments on commit 95b1145

Please sign in to comment.