Skip to content

Commit

Permalink
example production env tweak
Browse files Browse the repository at this point in the history
Only including this as it got me for a little while - a reminder that Cabot won't see your graphite server if you leave off the trailing slash.

(It tries to access graphite.example.comevents instead of joining the URL together with a slash if not already present- suggest using urljoin to prevent this?)
  • Loading branch information
Chris Elsmore committed Jun 11, 2015
1 parent a034505 commit 9165f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/production.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CALENDAR_ICAL_URL=http://www.google.com/calendar/ical/example.ics
CELERY_BROKER_URL=redis://:yourrediskey@localhost:6379/1
DJANGO_SECRET_KEY=2FL6ORhHwr5eX34pP9mMugnIOd3jzVuT45f7w430Mt5PnEwbcJgma0q8zUXNZ68A

# Hostname of your Graphite server instance
# Hostname of your Graphite server instance (including trailing slash)
GRAPHITE_API=http://graphite.example.com/
GRAPHITE_USER=username
GRAPHITE_PASS=password
Expand Down

0 comments on commit 9165f3b

Please sign in to comment.