ISLB
Example Configuration
[log]
level = "info"
[nats]
url = "nats://127.0.0.1:4222"
[redis]
addrs = [":6379"]
password = ""
db = 0
log.level
nats.url
-
Type:
string
- The URL of the NATS server.
redis.addrs
-
Type:
string[]
- The address of the Redis server. Set multiple addresses for cluster mode.
redis.password
-
Type:
string
- The password of the Redis server.