#
# Configuration for BotGuard services
#

# REDIS_HOST defines the host name and port number, divided by colon,
# for Redis Database server, e.g. localhost:6379
#
REDIS_HOST={{.RedisHost}}

# REDIS_SSL defines should the SSL/TLS connection used (yes) or not (empty)
#
REDIS_SSL={{if .RedisSSL}}yes{{end}}

# REDIS_USER defines the database user name (empty if authentication is not required)
#
REDIS_USER={{.RedisUser}}

# REDIS_PASSWORD defines the database password (empty if authentication is not required)
#
REDIS_PASSWORD="{{.RedisPassword}}"

# REDIS_DATABASE defines the database number (redis cluster supports
# up to 10 databases; 0 is the default)
#
REDIS_DATABASE=0
