31 lines
434 B
Plaintext
31 lines
434 B
Plaintext
##
|
|
# Logging
|
|
##
|
|
#logfile: /var/log/di/device-manager.log
|
|
loglevel: debug
|
|
|
|
###
|
|
# Secure-Multi-Proxy (SMP)
|
|
###
|
|
|
|
# SMP ZMQ publish-subscribe URI
|
|
smp_logif_uri: tcp://dev02:6000
|
|
|
|
###
|
|
# Project proxy
|
|
###
|
|
|
|
# Project proxy ZMQ publish-subscribe URI
|
|
project_proxy_pubsub_uri: tcp://dev02:6001
|
|
|
|
##
|
|
# Redis
|
|
#
|
|
redis_uris:
|
|
- redis01:6000
|
|
- redis02:6000
|
|
- redis03:6000
|
|
redis_connection_timeout: 10s
|
|
cache_max_items: 100003
|
|
cache_expiry: 24h
|