chirpstack: add rediss:// config example.

See #219.
This commit is contained in:
Orne Brocaar 2023-09-04 10:56:47 +01:00
parent 582cf9f257
commit be035f16b5

View File

@ -53,8 +53,11 @@ pub fn run() {
# Server address or addresses.
#
# Use rediss:// in case of a TLS secured connection.
#
# Example formats:
# redis://127.0.0.1:6379
# rediss://127.0.0.1:6379
# redis://:password@127.0.0.1:6379
# redis://username:password@127.0.0.1:6379
#