Fix a typo (#5306)

This commit is contained in:
Tom Hukins 2016-06-08 06:27:52 +01:00 committed by Torkel Ödegaard
parent eed0d9c8d2
commit d1c06a93df
2 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ facility =
# Syslog tag. By default, the process' argv[0] is used. # Syslog tag. By default, the process' argv[0] is used.
tag = tag =
#################################### AMPQ Event Publisher ########################## #################################### AMQP Event Publisher ##########################
[event_publisher] [event_publisher]
enabled = false enabled = false
rabbitmq_url = amqp://localhost/ rabbitmq_url = amqp://localhost/

View File

@ -261,7 +261,7 @@ check_for_updates = true
# Expired days of log file(delete after max days), default is 7 # Expired days of log file(delete after max days), default is 7
;max_days = 7 ;max_days = 7
#################################### AMPQ Event Publisher ########################## #################################### AMQP Event Publisher ##########################
[event_publisher] [event_publisher]
;enabled = false ;enabled = false
;rabbitmq_url = amqp://localhost/ ;rabbitmq_url = amqp://localhost/