~patrick-hetu/charms/precise/python-django/pure-python

38 by Patrick Hetu
add redis support
1
#--------------------------------------------------------------
2
# This file is managed by Juju; ANY CHANGES WILL BE OVERWRITTEN
3
#--------------------------------------------------------------
4
5
REDIS = {
6
    'host': '{{ db_host }}',
7
    'port': {{ db_port }},
8
    'db': 0,
9
}