mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Fix a typo (#5306)
This commit is contained in:
parent
eed0d9c8d2
commit
d1c06a93df
@ -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/
|
||||||
|
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user