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