#
# Configuration for BotGuard services
#

# BOTGUARD_URL defines the BotGuard LB API server endpoint.
#
BOTGUARD_URL=https://lbapi.botguard.net/

# BOTGUARD_URL_CA, BOTGUARD_URL_CERT, BOTGUARD_URL_KEY define the
# certificate authority, server ceritificate and the private key
# to authentiticate at LB API server endpoint using mTLS.
#
# BOTGUARD_URL_CA=/etc/ssl/certs/ca-certificates.crt
# BOTGUARD_URL_CERT=/etc/ssl/certs/this-server.pem
# BOTGUARD_URL_KEY=/etc/ssl/private/this-server.key

# LBAPI_LISTEN defines the interface when LB API sever will listen.
# Should be the same as /opt/nginx/etc/nginx/sites-enabled/api-server
#
LBAPI_LISTEN=127.0.0.1:1623

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

# REDIS_SSL defines should the SSL/TLS connection used (yes) or not (empty)
#
REDIS_SSL=

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

# REDIS_PASSWORD defines the database password (empty if authentication is not required)
#
REDIS_PASSWORD=

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