Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 435558 | Differences between
and this patch

Collapse All | Expand All

(-)webapp/graphite/local_settings.py.example (-3 / +3 lines)
Lines 48-55 Link Here
48
# Most installs done outside of a separate tree such as /opt/graphite will only
48
# Most installs done outside of a separate tree such as /opt/graphite will only
49
# need to change these three settings. Note that the default settings for each
49
# need to change these three settings. Note that the default settings for each
50
# of these is relative to GRAPHITE_ROOT
50
# of these is relative to GRAPHITE_ROOT
51
#CONF_DIR = '/opt/graphite/conf'
51
CONF_DIR = '/etc/graphite-web'
52
#STORAGE_DIR = '/opt/graphite/storage'
52
STORAGE_DIR = '/var/lib/carbon'
53
#CONTENT_DIR = '/opt/graphite/webapp/content'
53
CONTENT_DIR = '/usr/share/graphite-web/content'
54
54
55
# To further or fully customize the paths, modify the following. Note that the
55
# To further or fully customize the paths, modify the following. Note that the

Return to bug 435558