summaryrefslogtreecommitdiffstats
path: root/testing/redis/redis.confd
blob: a79f61ccdbc7481cb7776d8d38a161ddff8162d6 (plain)
1
2
3
4
5
6
7
8
9
# Redis user.
REDIS_USER="redis"

# Redis group.
REDIS_GROUP="redis"

# Redis configuration file.
REDIS_CONF="/etc/redis.conf"