Question #628268 on Graphite changed:
https://answers.launchpad.net/graphite/+question/628268

Chris posted a new comment:
No for carbonlink and local_settings.py is as follows:


TIME_ZONE =  'America/Chicago'

DATABASES = {
    'default': {
        'NAME': 'graphite',
        'ENGINE': 'django.db.backends.mysql',
        'USER': 'xxxxxxx',
        'PASSWORD': 'xxxxxxxx',
        'HOST': 'localhost',
        'PORT': '3306'
    }
}

CLUSTER_SERVERS = ''

MEMCACHE_HOSTS = ''

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to