Add redis environment variables. #206
This commit is contained in:
parent
a166a5f09a
commit
b6591fe28e
1 changed files with 8 additions and 0 deletions
|
|
@ -28,3 +28,11 @@ RT_SHORTCODE=1234
|
||||||
MQTT_IP_ADDRESS=localhost
|
MQTT_IP_ADDRESS=localhost
|
||||||
MQTT_PORT=8883
|
MQTT_PORT=8883
|
||||||
MQTT_CERT=/location/of/cert/file.crt
|
MQTT_CERT=/location/of/cert/file.crt
|
||||||
|
|
||||||
|
# redis client
|
||||||
|
REDIS_CLIENT_SCHEME=tcp
|
||||||
|
REDIS_CLIENT_HOST=127.0.0.1
|
||||||
|
REDIS_CLIENT_PORT=6379
|
||||||
|
REDIS_CLIENT_CERTFILE=/location/of/cert/file.crt
|
||||||
|
REDIS_CLIENT_PASSWORD=foobared
|
||||||
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue