|
# Logging
|
|
logfile: /var/log/di/wss.log
|
|
loglevel: info
|
|
|
|
# Redis instances
|
|
redis_uris:
|
|
- redis01:6000
|
|
- redis02:6000
|
|
- redis03:6000
|
|
|
|
# MTI WSS http endpoint URI
|
|
mtiwss_uri: http://dev01/mtiwss/request/submit
|
|
|
|
# HTTP Listen URI where to accept websocket clients
|
|
http_listen: :3003
|