← Back to team overview

graphite-dev team mailing list archive

Re: [Question #628268]: Verifying data sent from relay to cache.

 

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.