Skip to content

Commit

Permalink
Merge pull request #748 from deniszh/backport/1.1.x/pr-747
Browse files Browse the repository at this point in the history
[1.1.x] Changing Graphite URL to http://127.0.0.1:80
  • Loading branch information
deniszh authored Feb 13, 2018
2 parents 11b41d5 + 4a412ec commit 64f9e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/carbon.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ WHISPER_FALLOCATE_CREATE = True
# BIND_PATTERNS = #

# URL of graphite-web instance, this is used to add incoming series to the tag database
# GRAPHITE_URL = http://127.0.0.1:8000
# GRAPHITE_URL = http://127.0.0.1:80

# Tag support, when enabled carbon will make HTTP calls to graphite-web to update the tag index
# ENABLE_TAGS = True
Expand Down
2 changes: 1 addition & 1 deletion lib/carbon/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
AMQP_VERBOSE=False,
AMQP_SPEC=None,
BIND_PATTERNS=['#'],
GRAPHITE_URL='http://127.0.0.1:8000',
GRAPHITE_URL='http://127.0.0.1:80',
ENABLE_TAGS=True,
TAG_UPDATE_INTERVAL=100,
TAG_BATCH_SIZE=100,
Expand Down

0 comments on commit 64f9e3f

Please sign in to comment.