PowerMaster/alarmEventService_config.ini

18 lines
332 B
INI
Raw Normal View History

[RabbitMQConfig]
host=127.0.0.1
port=5672
username=alarm_service
password=123456
virtualHost=/alarm
exchangeName=event_notify_fanout
queueName=event_nofify_queue
routingKey=key
reconnectInterval=3000
heartbeat=60
autoAck=1
[HistoricalDataConfig]
baseUrl=http://127.0.0.1:8888/api/events
timeout=3000
maxRetries=3
retryInterval=2000